bicep-registry-modules/.editorconfig
insert_final_newline== true is not an acceptable value. strconv.ParseBool: parsing "= true": invalid syntax

15 строки
211 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[*.ps1]
indent_size = 4
indent_style = space
insert_final_newline = = true
charset = utf-8-bom