QGIS/.editorconfig
2016-04-11 10:33:59 +02:00

14 lines
232 B
INI

# 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