Update editorconfig
This commit is contained in:
parent
a4db02673c
commit
56a3fb098f
|
@ -3,13 +3,20 @@ root = true
|
||||||
|
|
||||||
# Unix-style newlines on every file
|
# Unix-style newlines on every file
|
||||||
[*]
|
[*]
|
||||||
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
# Python files use space indents
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
# format:dosini
|
# format:dosini
|
||||||
|
|
Loading…
Reference in New Issue
Block a user