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