fluxion/.editorconfig

19 lines
238 B
INI
Raw Normal View History

2017-07-25 00:55:19 -06:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2018-01-01 07:05:52 -07:00
max_line_length=120
2017-07-25 00:55:19 -06:00
[*.sh]
indent_style = space
2018-01-01 07:05:52 -07:00
indent_size = 2
2017-07-25 00:55:19 -06:00
charset = utf-8
trim_trailing_whitespace = true
2018-01-01 07:05:52 -07:00
[*.py]
indent_size=2
2017-07-25 00:55:19 -06:00
[*.md]
trim_trailing_whitespace = false