mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
do not automatically format json (#13320)
This commit is contained in:
parent
ad3169f500
commit
848da57d6e
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -23,5 +23,8 @@
|
|||
"editor.trimAutoWhitespace": false,
|
||||
"files.trimTrailingWhitespace": false
|
||||
},
|
||||
"python.formatting.provider": "yapf"
|
||||
"python.formatting.provider": "yapf",
|
||||
"[json]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user