mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 05:44:23 +00:00
27 lines
914 B
JSON
27 lines
914 B
JSON
{
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"git.autofetch": true,
|
|
"workbench.preferredHighContrastColorTheme": "Material Theme Darker High Contrast",
|
|
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
|
"git.enableSmartCommit": true,
|
|
"latex-utilities.countWord.format": "${wordsBody} Words",
|
|
"editor.fontFamily": "'Source Code Pro'",
|
|
"gitMerger.customCommitMessage": true,
|
|
"[python]": {
|
|
"editor.formatOnType": true
|
|
},
|
|
"update.mode": "none",
|
|
"workbench.enableExperiments": false,
|
|
"workbench.startupEditor": "none",
|
|
"workbench.iconTheme": "eq-material-theme-icons-darker",
|
|
"ltex.language": "en-GB",
|
|
"[tex]": {
|
|
"editor.wordWrap": "bounded",
|
|
"editor.wordWrapColumn": 200
|
|
},
|
|
"[latex]": {
|
|
"editor.wordWrap": "bounded",
|
|
"editor.wordWrapColumn": 200
|
|
}
|
|
} |