pandoc/.editorconfig
trim_trailing_whitespace= is not an acceptable value. strconv.ParseBool: parsing "": invalid syntax insert_final_newline= is not an acceptable value. strconv.ParseBool: parsing "": invalid syntax

24 lines
390 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.{zip,docx}]
charset =
end_of_line =
indent_style =
indent_size =
insert_final_newline =
trim_trailing_whitespace =
[*.{markdown,md}]
trim_trailing_whitespace = false
[test/*]
insert_final_newline = false
trim_trailing_whitespace = false