Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .editorconfig JSON rules (#2063)
Last week I ran into yet another time when something added a BOM to one of our json files and broke things. This adds some .editorconfig rules for .json to try and prevent such things. While I was at it, I also wanted to switch the indent size for src/tools/*.json to be '2' so that it is consistent with other json schema files the debugger owns.
- Loading branch information