add .editorconfig
Standardized file supported by many editors to avoid bad indentation. Signed-off-by: Rosen Penev <rosenp@gmail.com>main
parent
2edd7cae54
commit
18a981e895
@ -0,0 +1,6 @@
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace=true
|
Loading…
Reference in New Issue