diff options
author | David Gay <david@davidgay.org> | 2021-06-05 18:08:51 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-05 18:08:51 -0400 |
commit | 1bcba2260b3a22239968d6428f991ac606d3ba46 (patch) | |
tree | 397a9162432d9a3a23757d457101de1abdc52a55 | |
parent | d58346df32cd8f6934b7cf068637eb8896456977 (diff) |
2-space indent for markdown
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index cef38a0..4eeb46c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,5 @@ insert_final_newline = true trim_trailing_whitespace = true [*.md] -indent_size = 4 +indent_size = 2 trim_trailing_whitespace = false |