summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index e2da10c7..5e1a36e2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,4 +9,12 @@ known_third_party = kate
ignore_frosted_errors = E103
skip = runtests.py,build
balanced_wrapping = true
-not_skip = __init__.py \ No newline at end of file
+not_skip = __init__.py
+
+[*.{rst,ini}]
+indent_style = space
+indent_size = 4
+
+[*.yml]
+indent_style = space
+indent_size = 2