Minor changes

This commit is contained in:
Kristofers Solo 2022-06-29 12:29:34 +03:00
parent 557e3ba87e
commit 0b0183414c
2 changed files with 17 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"python.formatting.provider": "yapf", "python.formatting.provider": "yapf",
"python.formatting.yapfArgs": [ "python.formatting.yapfArgs": [
"--style", "--style",
"{USE_TABS: true, INDENT_WIDTH: 4, COLUMN_LIMIT: 150, DEDENT_CLOSING_BRACKETS: true}" "{USE_TABS: true, INDENT_WIDTH: 4, COLUMN_LIMIT: 200, DEDENT_CLOSING_BRACKETS: true}"
], ],
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.python", "editor.defaultFormatter": "ms-python.python",
@ -46,6 +46,8 @@
"Kristofers", "Kristofers",
"Kvadratūra", "Kvadratūra",
"lfimg", "lfimg",
"lighsaber",
"lightsaber",
"nsxiv", "nsxiv",
"nvim", "nvim",
"pathlib", "pathlib",
@ -120,5 +122,17 @@
}, },
"workbench.colorTheme": "Dracula Soft", "workbench.colorTheme": "Dracula Soft",
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
"Lua.telemetry.enable": true "Lua.telemetry.enable": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"django-html": "html"
},
"editor.linkedEditing": true,
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
} }

View File

@ -4,7 +4,7 @@
PgpFetch PgpFetch
Devel Devel
Provides Provides
DevelSuffixes = -git -cvs -snv -bzr -darcs -always DevelSuffixes = -git -cvs -snv -bzr -darcs -always -hg
UpgradeMenu UpgradeMenu
#BottomUp #BottomUp
#RemoveMake #RemoveMake