Skip to content

Commit 3fe367e

Browse files
author
Steven Noonan
committed
editorconfig: add specification for Python
Signed-off-by: Steven Noonan <[email protected]>
1 parent e6a91da commit 3fe367e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ root = true
44
end_of_line = lf
55
insert_final_newline = true
66

7+
[*.py]
8+
indent_style = space
9+
indent_size = 4
10+
711
[CMakeLists.txt,*.{cpp,h}]
812
indent_style = tab
913
indent_size = 4

0 commit comments

Comments
 (0)