summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-10-21 16:37:13 +0000
committerPaul Beesley <paul.beesley@arm.com>2019-10-22 13:15:02 +0000
commitbbf0a1e43479ccfcbb0229cca744d17165749dce (patch)
treeef70f74a8ebe1b082b241da658e3f209a2ab185b /.editorconfig
parent0c2f6854cc79bfa3f94daf50fffeb476b67b8cf9 (diff)
doc: Final, pre-release fixes and updates
A small set of misc changes to ensure correctness before the v2.2 release tagging. Change-Id: I888840b9483ea1a1633d204fbbc0f9594072101e Signed-off-by: Paul Beesley <paul.beesley@arm.com>
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