mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-11-21 22:34:19 +00:00
Use two spaces for YML
This commit is contained in:
parent
b61572cbaa
commit
fb536cbb82
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ insert_final_newline = true
|
||||||
# Python (sadly) strongly recommends the usage of 4 spaces as indentation.
|
# Python (sadly) strongly recommends the usage of 4 spaces as indentation.
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
Loading…
Reference in a new issue