1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00

Use two spaces for YML

This commit is contained in:
Steffo 2023-11-19 04:28:20 +01:00
parent b61572cbaa
commit fb536cbb82
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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