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

19 lines
No EOL
290 B
INI

# https://editorconfig.org
root = true
[*]
# Enforce lf line endings
end_of_line = lf
# Enforce newline at end of files
insert_final_newline = true
# Python (sadly) strongly recommends the usage of 4 spaces as indentation.
indent_style = space
indent_size = 4
[*.yml]
indent_size = 2