You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# EditorConfig to make ben's editor stop defaulting to spaces
|
|
|
|
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
|