nextcloud-notes/.editorconfig

10 lines
145 B
INI
Raw Normal View History

2018-07-02 19:24:00 +02:00
root = true
[*]
charset = utf-8
2019-05-22 21:40:03 +02:00
indent_style = tab
indent_size = 4
end_of_line = lf
2018-07-02 19:24:00 +02:00
insert_final_newline = true
2019-05-22 21:40:03 +02:00
trim_trailing_whitespace = true