mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
# python scripts have 4 spaces indent
|
||||||
|
[*.py]
|
||||||
|
indent_size = 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user