diff --git a/.editorconfig b/.editorconfig index 9d5e9dc..4a8657c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,7 +24,7 @@ indent_size = 2 # ReST files [{*.rst,*.rst.txt}] -indent_size = 3 +indent_size = 4 max_line_length = 80 # SQL files diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb9ebd..ae684cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed +- Change the default indentation for rst files to 4 spaces (#194) ### Deprecated