style: fix indents, add .editorconfig (#36)
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
parent
1ef1f1be2a
commit
bd5be1fa35
|
|
@ -0,0 +1,13 @@
|
||||||
|
# http://editorconfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.{sh,yaml}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
Loading…
Reference in New Issue