mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
15 lines
230 B
JSON
15 lines
230 B
JSON
|
{
|
||
|
"pairs.enableCharacters": [
|
||
|
"(",
|
||
|
"[",
|
||
|
"{",
|
||
|
"'",
|
||
|
"\"",
|
||
|
"`"
|
||
|
],
|
||
|
"diagnostic.checkCurrentLine": true,
|
||
|
"coc.preferences.formatOnSaveFiletypes": [
|
||
|
"json"
|
||
|
]
|
||
|
}
|