beneath-apple-dos/.editorconfig
T. Joseph Carter 19a429d22c Initial commit
2017-07-20 13:13:03 -07:00

15 lines
237 B
INI

# This is the topmost .editorconfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length=80
[*.txt]
trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false