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