QGIS/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
294 B
INI
Raw Permalink Normal View History

# 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
2016-04-11 10:33:41 +02:00
indent_size = 2
2016-10-14 16:33:44 +02:00
# python scripts have 4 spaces indent
[*.py]
indent_size = 4