summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index b14e0253..f523ca19 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -54,13 +54,10 @@ tab_width = 8
trim_trailing_whitespace = true
-# Adjustment for existing .rst files with different format
-[*.{rst,md}]
+# Adjustment for ReStructuredText (RST) documentation
+[*.{rst}]
indent_size = 4
indent_style = space
-max_line_length = 180
-# 180 only selected to prevent changes to existing text.
-tab_width = 4
# Adjustment for python which prefers a different style