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
b8a2bc443b
commit
b50fee3dcb
@ -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