diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-11 17:35:48 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-11 17:35:48 -0300 |
commit | 9203d8e62dd5bd3c9456629e9b336a0b89fbd502 (patch) | |
tree | 39f9c363f1e81b0e466e597a5ac9d30ea7011e1f | |
parent | 93ff3bf0f2a364c14c2354b7678b40fd2ccd2645 (diff) |
Add new rules to editorconfig
with @deniscostadsc
-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 |