tilde.chat/.editorconfig

9 lines
268 B
INI
Raw Normal View History

2019-07-03 05:11:55 +00:00
# EditorConfig to make ben's editor stop defaulting to spaces
2018-06-20 21:35:01 +00:00
root = true # yes, this is the root editorconfig for this project
[*] # all files
end_of_line = lf #unix-style file endings
insert_final_newline = true #posix text files plz
indent_style = tab # tabs plz