summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-04-11 17:35:48 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-04-11 17:35:48 -0300
commit9203d8e62dd5bd3c9456629e9b336a0b89fbd502 (patch)
tree39f9c363f1e81b0e466e597a5ac9d30ea7011e1f
parent93ff3bf0f2a364c14c2354b7678b40fd2ccd2645 (diff)
Add new rules to editorconfig
with @deniscostadsc
-rw-r--r--.editorconfig6
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