summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2017-03-06 15:06:29 -0500
committerAnish Athalye <me@anishathalye.com>2017-03-06 15:20:27 -0500
commit2abfa7fd91af4aba3d8852703f2a3f538021fe93 (patch)
tree55a0f8329a3db3ab80a30369776bd12c76904134 /.editorconfig
parent847cb101d486319da882f958b1cb58b515cc6db2 (diff)
Add tests for more Python versions
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index fd2afc4..aecf224 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,5 +13,8 @@ indent_size = 4
[*.bash]
indent_size = 4
+[*.yml]
+indent_size = 2
+
[*.md]
trim_trailing_whitespace = false