Revision b55ff7693e84bd7093593b333a43028a6b8dbff4 authored by Blottiere Paul on 29 March 2024, 08:28:31 UTC, committed by Blottiere Paul on 29 March 2024, 08:28:31 UTC
1 parent 4606929
Raw File
.editorconfig
# See http://editorconfig.org

# top-most EditorConfig file
root = true

# every file needs these
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

# python scripts have 4 spaces indent
[*.py]
indent_size = 4
back to top