mixit/editorconfig

9 lines
182 B
Plaintext
Raw Normal View History

2019-05-01 15:07:08 +00:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true