67051b6e5d
Test output files should be exactly as defined with regard to trailing whitespace. This keeps editorconfig from breaking those files.
16 lines
272 B
INI
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
|