mirror of https://github.com/citusdata/citus.git
Editorconfig: configure 4 spaces for python files (#4953)
parent
0e6c080e81
commit
d0ba122061
|
@ -23,7 +23,7 @@ trim_trailing_whitespace = unset
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
[*.{sql,sh}]
|
[*.{sql,sh,py}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
Loading…
Reference in New Issue