mirror of
1
0
Fork 0

Update editorconfig

This commit is contained in:
Anish Athalye 2015-05-06 08:39:10 -04:00
parent eeab507d15
commit b1f9251e1f
2 changed files with 8 additions and 0 deletions

View File

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

5
test/.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[Vagrantfile]
indent_size = 2
[test]
indent_size = 4