Add EditorConfig
This commit is contained in:
committed by
T. R. Bernstein
parent
376fa36c01
commit
6f4e21344a
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
ident_style = tab
|
||||
tab_width = 2
|
||||
Reference in New Issue
Block a user