Notes/.editorconfig

10 lines
143 B
INI
Raw Normal View History

2019-08-31 20:48:37 +03:00
root = true
[*]
indent_style = tab
tab_width = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
2019-10-03 19:08:20 +03:00
insert_final_newline = true