Editorconfig: configure 4 spaces for python files (#4953)

pull/4951/head
Jelte Fennema 2021-05-05 12:32:47 +02:00 committed by GitHub
parent 0e6c080e81
commit d0ba122061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ trim_trailing_whitespace = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
[*.{sql,sh}]
[*.{sql,sh,py}]
indent_style = space
indent_size = 4
tab_width = 4