Skip to content

Commit

Permalink
stm: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrian committed Jul 31, 2021
1 parent deac239 commit 508a3f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{c,h}]
indent_style = tab
indent_size = 8

[CMakeLists.txt]
indent_style = spaces
indent_size = 4

[*.py]
indent_style = spaces
indent_size = 4

0 comments on commit 508a3f1

Please sign in to comment.