~ruther/qmk_firmware

848da57d6e2b87b566457c49a2ed15c147e221f5 — Zach White 4 years ago ad3169f
do not automatically format json (#13320)

1 files changed, 4 insertions(+), 1 deletions(-)

M .vscode/settings.json
M .vscode/settings.json => .vscode/settings.json +4 -1
@@ 23,5 23,8 @@
        "editor.trimAutoWhitespace": false,
        "files.trimTrailingWhitespace": false
    },
    "python.formatting.provider": "yapf"
    "python.formatting.provider": "yapf",
    "[json]": {
	    "editor.formatOnSave": false
    }
}