mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-11-22 06:44:19 +00:00
17 lines
266 B
INI
17 lines
266 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
|