Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Change default rst indentation to 4 spaces (#288)
Browse files Browse the repository at this point in the history
refs TYPO3-Documentation/T3DocTeam#194

Co-authored-by: Lina Wolf <[email protected]>
  • Loading branch information
github-actions[bot] and linawolf authored Aug 20, 2022
1 parent 8209e3b commit b30a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 3
indent_size = 4
max_line_length = 80

# MD-Files
Expand Down

0 comments on commit b30a5d1

Please sign in to comment.