diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 33d6e755..adfa8881 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,11 @@ trim_trailing_whitespace = true [*.js] indent_size = 2 +[*.feature] +indent_size = 2 + [*.py] indent_size = 4 + +[Makefile] +indent_style = tab |