From bbf0a1e43479ccfcbb0229cca744d17165749dce Mon Sep 17 00:00:00 2001 From: Paul Beesley Date: Mon, 21 Oct 2019 16:37:13 +0000 Subject: 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 --- .editorconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.editorconfig') 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 -- cgit v1.2.3