Skip to content

Commit

Permalink
Organized configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Aug 9, 2024
1 parent 3a0324e commit 3b29b86
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions tools/vscode/user-data/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"window.restoreWindows": "none",
"files.hotExit": "off",

"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt"
],
Expand All @@ -21,6 +22,11 @@
"python.createEnvironment.trigger": "off",

"workbench.colorTheme": "Dracula Theme",
"workbench.startupEditor": "none",
"workbench.tree.indent": 12,

"explorer.autoReveal": false,
"editor.minimap.enabled": false,

//-------------------------------------------------------------------------
// LATEX-WORKSHOP
Expand Down Expand Up @@ -107,25 +113,21 @@
// LANGUAGE SPECIFIC
//-------------------------------------------------------------------------

"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.rulers": [72, 79],

"[python]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.rulers": [72, 79],
"rewrap.doubleSentenceSpacing": true
},

"[octave]": {
},

"[julia]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.rulers": [72, 79],
"rewrap.doubleSentenceSpacing": true
},

"[latex]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
Expand All @@ -139,10 +141,4 @@
"editor.rulers": [79],
"rewrap.autoWrap.enabled": false
},

"explorer.autoReveal": false,
"editor.minimap.enabled": false,
"workbench.tree.indent": 12,
"terminal.integrated.enableMultiLinePasteWarning": "never",
"workbench.startupEditor": "none",
}

0 comments on commit 3b29b86

Please sign in to comment.