pandoc/.editorconfig
Albert Krewinkel 67051b6e5d Fix editorconfig for test files
Test output files should be exactly as defined with regard to trailing
whitespace.  This keeps editorconfig from breaking those files.
2014-04-12 12:22:09 +02:00

16 lines
272 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
[*.{markdown,md}]
trim_trailing_whitespace = false
[tests/*]
insert_final_newline = false
trim_trailing_whitespace = false