summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-06-15 20:57:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-06-15 20:57:40 -0400
commit6dcd157a7057ec8e1f1f6afebe2115f55df4aaed (patch)
tree0fe8a68231f098492fa9a7a17f43a6962a73b5c3
parente719f86c138a750f0c4599cd01cb8067b1ca95c8 (diff)
downloadpython-setuptools-git-6dcd157a7057ec8e1f1f6afebe2115f55df4aaed.tar.gz
Prefer spaces for rst. Fixes jaraco/skeleton#64.
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index b8aeea17..304196f8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,3 +14,6 @@ max_line_length = 88
[*.{yml,yaml}]
indent_style = space
indent_size = 2
+
+[*.rst]
+indent_style = space