Editorconfig : Add basic config.
This commit is contained in:
parent
646c38282f
commit
2d1b8ac9e0
6
.editorconfig
Normal file
6
.editorconfig
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[*]
|
||||||
|
charset=utf-8
|
||||||
|
end_of_line=lf
|
||||||
|
indent_style=tab
|
||||||
|
insert_final_newline=true
|
||||||
|
trim_trailing_whitespace=true
|
Reference in a new issue