Skip to content

Commit 1b0f32e

Browse files
committed
Adjust .editorconfig for Python
The Python in the repo is written with 4-space indentation (as is standard for Python). Adjust the editorconfig to be consistent with that standard.
1 parent ccdce9f commit 1b0f32e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ indent_style = space
77
indent_size = 2
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10+
11+
[*.py]
12+
indent_size = 4

0 commit comments

Comments
 (0)