diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_editorconfig b/dot_editorconfig index cb93629..28c1928 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -12,3 +12,7 @@ trim_trailing_whitespace = true [Makefile] indent_style = tab indent_size = 4 + +[*.md] +indent_style = space +indent_size = 2 |
