Skip to content

Commit

Permalink
Merge pull request #340 from yashi/editorconfig-py-meson
Browse files Browse the repository at this point in the history
editorconfig: Add .py and meson.build
  • Loading branch information
johandc committed Dec 29, 2021
2 parents a0f3326 + ed805ba commit ae3e4b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ charset = utf-8
indent_style = tab
indent_size = 4

[*.py]
indent_size = 4
indent_style = space

[meson.build]
indent_size = 4
indent_style = tab

[CMakeLists.txt]
indent_size = 2
indent_style = space

0 comments on commit ae3e4b6

Please sign in to comment.