Revision 502735077806932aac12d4c9ed9d72d47b676b89 authored by Nyall Dawson on 03 April 2021, 02:11:47 UTC, committed by Nyall Dawson on 07 April 2021, 02:29:41 UTC
1 parent 8322e80
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