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
+1 -1
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