Update editorconfig
This commit is contained in:
parent
eeab507d15
commit
b1f9251e1f
2 changed files with 8 additions and 0 deletions
|
@ -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
5
test/.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Vagrantfile]
|
||||
indent_size = 2
|
||||
|
||||
[test]
|
||||
indent_size = 4
|
Loading…
Reference in a new issue