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 = tab
2018-01-25 13:29:04 -07:00
indent_size = 4
2017-07-25 00:55:19 -06:00
charset = utf-8
trim_trailing_whitespace = true
2018-01-01 07:05:52 -07:00
[*.py]
2018-01-25 13:29:04 -07:00
indent_size = 4
2018-01-01 07:05:52 -07:00
2017-07-25 00:55:19 -06:00
[*.md]
trim_trailing_whitespace = false