Revision a7d6a8b837bf7920eb3fd12d72b7d76b27567b72 authored by Andrea Giudiceandrea on 23 April 2021, 06:14:57 UTC, committed by Nyall Dawson on 29 April 2021, 22:33:23 UTC
…or CurvePolygon/MultyCurve/... geometry types as spatial layers.
1 parent d9d765e
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