summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-18 23:36:58 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 15:57:18 -0400
commit94702ca4b7136eeb306a2109e7af2a6c804b6335 (patch)
tree60747388f578f24d6a0407b0787387062d6ae107 /.editorconfig
parent7d755da3e2c20f8e157b88c9721d0a19fe52006e (diff)
downloadSMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.gz
SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.bz2
SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.zip
use default indentation for JSON files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index e1b7100f..deeff0bc 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,7 +12,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
-[*.{csproj,json,nuspec,targets}]
+[*.{csproj,nuspec,targets}]
indent_size = 2
[*.csproj]