cygnal/.editorconfig

10 lines
148 B
INI
Raw Normal View History

2018-06-25 18:29:57 +02:00
root = true
[*]
charset = utf-8
indent_style = space
2018-06-26 11:04:23 +02:00
indent_size = 4
2018-06-25 18:29:57 +02:00
end_of_line = lf
2018-06-26 11:04:23 +02:00
insert_final_newline = false
2018-06-25 18:29:57 +02:00
trim_trailing_whitespace = true