diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-19 18:04:57 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-19 18:04:57 -0400 |
| commit | 16281fb58944e7e829b184b014e27822c91c9f43 (patch) | |
| tree | e9db3b9943d61163a87190c4293673a002d17da1 /src/.editorconfig | |
| parent | c84310dfebafd3085dc418f3620154f9934865de (diff) | |
| parent | cbb1777ba00f581b428e61a0f7245a87ac53cf09 (diff) | |
| download | SMAPI-16281fb58944e7e829b184b014e27822c91c9f43.tar.gz SMAPI-16281fb58944e7e829b184b014e27822c91c9f43.tar.bz2 SMAPI-16281fb58944e7e829b184b014e27822c91c9f43.zip | |
Merge branch 'develop' into stable
Diffstat (limited to 'src/.editorconfig')
| -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 |
