forked from DigiFi/digifi-BankToProductCore
25 lines
884 B
JSON
25 lines
884 B
JSON
// {
|
|
// "editor.lineNumbers": "off",
|
|
// "editor.padding.top": 3,
|
|
// "editor.padding.bottom": 3,
|
|
// "editor.formatOnSave": true,
|
|
// "editor.formatOnPaste": true,
|
|
// "editor.fontSize": 14,
|
|
// "editor.lineHeight": 4.5,
|
|
// "editor.suggestFontSize": 15,
|
|
// // "editor.suggestLineHeight": 4,
|
|
// "breadcrumbs.enabled": false,
|
|
// "workbench.tips.enabled": false,
|
|
// "workbench.statusBar.visible": false,
|
|
// // "workbench.editor.showTabs": "single",
|
|
// "git.enableSmartCommit": true,
|
|
// "workbench.editor.editorActionsLocation": "hidden",
|
|
// // "workbench.activityBar.location": "hidden",
|
|
// "workbench.editor.enablePreviewFromQuickOpen": false,
|
|
// "editor.lightbulb.enabled": "off",
|
|
// "editor.selectionHighlight": false,
|
|
// "editor.overviewRulerBorder": false,
|
|
// "editor.renderLineHighlight": "none",
|
|
// "editor.occurrencesHighlight": "off"
|
|
// }
|