Skip to content

Commit

Permalink
editorconfig: add specification for Python
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <[email protected]>
  • Loading branch information
Steven Noonan committed Sep 3, 2020
1 parent e6a91da commit 3fe367e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ root = true
end_of_line = lf
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4

[CMakeLists.txt,*.{cpp,h}]
indent_style = tab
indent_size = 4

0 comments on commit 3fe367e

Please sign in to comment.