Added .editorconfig, mainly to enforce Unix LF line breaks
This commit is contained in:
parent
c3eef5d711
commit
da73388d8c
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_size = 4
|
Loading…
Reference in New Issue
Block a user