Introduce EditorConfig for easier configuration of IDEs
This commit is contained in:
parent
e9aa00e05b
commit
57f2e0f006
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
|
Loading…
Reference in New Issue