mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Minor changes
This commit is contained in:
parent
557e3ba87e
commit
0b0183414c
@ -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"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user