diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-24 18:25:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-24 18:25:09 -0400 |
commit | 39d8f0793ef11383033abe9dec7d0919e654a9e1 (patch) | |
tree | 88e8cd7ffd3f1e7b5df55b0d54d873ee821e24a5 /.editorconfig | |
parent | 9bb268a08288820d0acb5a1f089515a31f7dd030 (diff) | |
download | SMAPI-39d8f0793ef11383033abe9dec7d0919e654a9e1.tar.gz SMAPI-39d8f0793ef11383033abe9dec7d0919e654a9e1.tar.bz2 SMAPI-39d8f0793ef11383033abe9dec7d0919e654a9e1.zip |
fix .targets indentation rules
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index a5cdcf97..a73ebb3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,9 @@ insert_final_newline = false [*.json] indent_size = 2 +[*.targets] +indent_size = 2 + ########## ## C# formatting ## documentation: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference |