diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-22 22:49:11 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-22 22:49:11 +0200 |
| commit | ce63da7b56330deb22d7f4a2d3e95c52ed9da63a (patch) | |
| tree | e02d214f753b6582e4860ea879f0aaf5397916e6 | |
| parent | f532fc937f710a807e2baaf7c204c9dd0e3ef24a (diff) | |
| download | dotfiles-ce63da7b56330deb22d7f4a2d3e95c52ed9da63a.tar.gz dotfiles-ce63da7b56330deb22d7f4a2d3e95c52ed9da63a.zip | |
Changed indent size for markdown to 2
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 1a20136..58a4e47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,7 +33,6 @@ ignore_space_after_colon = false remove_call_expression_list_finish_comma = false end_statement_with_semicolon = keep - # Python config [*.py] indent_size = 4 @@ -52,6 +51,7 @@ trim_trailing_whitespace = false # Markdown config [**.md] +indent_size = 2 trim_trailing_whitespace = false # Textfile config |
