solorice/vscodium/settings.json
2022-04-28 22:23:08 +03:00

78 lines
2.1 KiB
JSON

{
"kite.showWelcomeNotificationOnStartup": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"terminal.explorerKind": "external",
"terminal.integrated.cursorStyle": "line",
"security.workspace.trust.untrustedFiles": "open",
"explorer.confirmDragAndDrop": false,
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": [
"--style",
"{USE_TABS: true, INDENT_WIDTH: 4, COLUMN_LIMIT: 150, DEDENT_CLOSING_BRACKETS: true}"
],
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.insertSpaces": false,
"editor.formatOnSave": true,
},
"editor.insertSpaces": false,
"python.terminal.executeInFileDir": true,
"editor.detectIndentation": false,
"editor.guides.indentation": false,
"prettier.useTabs": true,
"workbench.startupEditor": "none",
"terminal.external.linuxExec": "alacritty",
"terminal.integrated.fontFamily": "JetBrainsMono NF",
"terminal.integrated.defaultProfile.linux": "zsh",
"cSpell.userWords": [
"blit",
"Cagulis",
"Cena",
"cenu",
"dirnx",
"dirny",
"grafiki",
"Istabu",
"Izvietošanas",
"korelacija",
"Kristiāns",
"Kristofers",
"Kvadratūra",
"pathlib",
"pygame",
"roboto",
"Sērija",
"Stāvs",
"xlabel",
"xticks",
"ylabel"
],
"bracketPairColorizer.depreciation-notice": false,
"gitlens.advanced.messages": {
"suppressLineUncommittedWarning": true
},
"vsicons.dontShowNewVersionMessage": true,
"indentRainbow.excludedLanguages": [
"plaintext",
"django-txt"
],
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"workbench.iconTheme": "material-icon-theme",
"json.schemas": [],
"workbench.enableExperiments": false,
"workbench.colorTheme": "Sweet Dracula",
"editor.fontFamily": "JetBrainsMono NF",
"markdown.extension.print.theme": "dark",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"code-runner.saveFileBeforeRun": true,
"code-runner.saveAllFilesBeforeRun": true,
"task.saveBeforeRun": "prompt"
}