diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-15 20:44:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-15 20:44:34 -0400 |
commit | 419ca824277b0a02e1f670da8ee1ad247d5766be (patch) | |
tree | 04fc050dc404edaafef80de61a95731abccc45a3 | |
parent | fec67fe6fd50f8ac310c55cd4f5bded02d731127 (diff) | |
download | SMAPI-419ca824277b0a02e1f670da8ee1ad247d5766be.tar.gz SMAPI-419ca824277b0a02e1f670da8ee1ad247d5766be.tar.bz2 SMAPI-419ca824277b0a02e1f670da8ee1ad247d5766be.zip |
tweak .editorconfig JSON indentation rules
-rw-r--r-- | src/.editorconfig | 2 |
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 |