pandoc/.editorconfig

25 lines
390 B
INI
Raw Normal View History

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