summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-15 20:44:34 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-15 20:44:34 -0400
commit419ca824277b0a02e1f670da8ee1ad247d5766be (patch)
tree04fc050dc404edaafef80de61a95731abccc45a3
parentfec67fe6fd50f8ac310c55cd4f5bded02d731127 (diff)
downloadSMAPI-419ca824277b0a02e1f670da8ee1ad247d5766be.tar.gz
SMAPI-419ca824277b0a02e1f670da8ee1ad247d5766be.tar.bz2
SMAPI-419ca824277b0a02e1f670da8ee1ad247d5766be.zip
tweak .editorconfig JSON indentation rules
-rw-r--r--src/.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.editorconfig b/src/.editorconfig
index 3037884e..132fe6cb 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -11,6 +11,8 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
+[*.json]
+indent_size = 2
##########
## C# formatting