Merge pull request #10237 from ethereum/editorconfig-json-indentation

JSON indentation rules in .editorconfig
This commit is contained in:
chriseth 2020-11-09 15:39:46 +01:00 committed by GitHub
commit 32f1d25498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,6 @@ indent_size = 4
indent_style = space
indent_size = 4
[*.{txt,cmake}]
[*.{txt,cmake,json}]
indent_style = tab
indent_size = 4