diff options
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 16e48cc..50ea0dc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,10 @@ trim_trailing_whitespace = true indent_size = 2 indent_style = space +[*.json] +indent_size = 2 +indent_style = space + [*.el] indent_size = 2 indent_style = space |