diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_editorconfig b/dot_editorconfig index 28c1928..27e3c50 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -13,6 +13,6 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 4 -[*.md] +[*.{janet,json,md,yaml,yml}] indent_style = space indent_size = 2 |
