mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Python scripts have 4-spaces indent
This commit is contained in:
parent
799510f73a
commit
60b4b4db18
@ -11,3 +11,7 @@ trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# python scripts have 4 spaces indent
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user