mirror of
http://CODE.RHODECODE.COM/u/O/O/O
synced 2024-11-10 10:03:28 -05:00
⠀
This commit is contained in:
parent
d3f22af6da
commit
9581f1d77f
@ -17,7 +17,6 @@
|
||||
"editor.stickyScroll.enabled": true,
|
||||
"workbench.view.alwaysShowHeaderActions": true,
|
||||
"window.commandCenter": true,
|
||||
"window.zoomLevel": -1,
|
||||
"notebook.stickyScroll.enabled": true,
|
||||
"editor.renderWhitespace": "all",
|
||||
"json.maxItemsComputed": 65536,
|
||||
@ -41,7 +40,6 @@
|
||||
"**/bower_components": false,
|
||||
"**/node_modules": false
|
||||
},
|
||||
"editor.columnSelection": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.foldingMaximumRegions": 65000,
|
||||
"editor.foldingImportsByDefault": true,
|
||||
@ -56,4 +54,17 @@
|
||||
"editor.scrollbar.horizontalScrollbarSize": 16,
|
||||
"editor.semanticHighlighting.enabled": true,
|
||||
"editor.showFoldingControls": "always",
|
||||
"editor.stablePeek": true,
|
||||
"editor.stickyScroll.maxLineCount": 4,
|
||||
"editor.tabCompletion": "on",
|
||||
"terminal.integrated.tabFocusMode": true,
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"editor.wordBreak": "keepAll",
|
||||
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?◯",
|
||||
"editor.cursorBlinking": "solid",
|
||||
"workbench.tree.indent": 17,
|
||||
"window.zoomLevel": -1,
|
||||
"workbench.startupEditor": "none",
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"workbench.reduceMotion": "on",
|
||||
}
|
Loading…
Reference in New Issue
Block a user