2023-07-13 13:44:05 +02:00
|
|
|
{
|
2024-01-16 12:04:39 +05:00
|
|
|
"cSpell.words": [
|
|
|
|
|
"Licence",
|
|
|
|
|
"SYSERRORTEXT",
|
|
|
|
|
"SYSWARNINGTEXT",
|
|
|
|
|
"xlmaprules",
|
|
|
|
|
"xlmaps"
|
|
|
|
|
],
|
2024-01-04 11:24:39 +05:00
|
|
|
"editor.rulers": [80],
|
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
|
"[markdown]": {
|
|
|
|
|
"files.trimTrailingWhitespace": false
|
|
|
|
|
},
|
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
|
"titleBar.activeForeground": "#ebe8e8",
|
|
|
|
|
"titleBar.activeBackground": "#95ff0053"
|
|
|
|
|
},
|
|
|
|
|
"terminal.integrated.wordSeparators": " ()[]{}',\"`─‘’"
|
|
|
|
|
}
|