Update editorconfig

pull/37/merge
Anish Athalye 9 years ago
parent eeab507d15
commit b1f9251e1f
  1. 3
      .editorconfig
  2. 5
      test/.editorconfig

@ -10,5 +10,8 @@ trim_trailing_whitespace = true
[*.py]
indent_size = 4
[*.bash]
indent_size = 4
[*.md]
trim_trailing_whitespace = false

@ -0,0 +1,5 @@
[Vagrantfile]
indent_size = 2
[test]
indent_size = 4
Loading…
Cancel
Save