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

19 lines
290 B
INI
Raw Normal View History

2023-03-07 22:54:05 +00:00
# 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
2023-11-19 03:28:20 +00:00
[*.yml]
indent_size = 2