fluxion/.editorconfig

15 lines
196 B
INI
Raw Normal View History

2017-07-25 00:55:19 -06:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false