Skip to content

Commit a9160e4

Browse files
committed
tooling: Fix .editorconfig rst indent setting from 3 to 4
This was initially done to have stuff like notes align nicely: .. note:: Three indents looks grand, doesn't it! But it caused lots of issues with writing code blocks, so this commit reverts that change back to use a tab size of 4. If you want it to align with an indentation size of 4, you can just do the following: .. note:: With an initial space, it still looks grand and now this is four spaces indented which just works.
1 parent ace41ab commit a9160e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ indent_size = 2
2828
trim_trailing_whitespace = true
2929

3030
[*.rst]
31-
indent_size = 3
31+
indent_size = 4
3232
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)