Created
August 6, 2019 17:05
-
-
Save mohnish/c25f1a8ab41731d20f5402600b4a461f to your computer and use it in GitHub Desktop.
settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
editor.cursorBlinking: "smooth", | |
editor.fontFamily: "SF Mono", | |
editor.fontSize: 13, | |
editor.fontLigatures: true, | |
editor.minimap.enabled: false, | |
editor.rulers: [ | |
60, | |
80 | |
], | |
editor.scrollBeyondLastLine: false, | |
files.insertFinalNewline: true, | |
files.trimTrailingWhitespace: true, | |
files.trimFinalNewlines: true, | |
files.useExperimentalFileWatcher: true, | |
workbench.enableExperiments: false, | |
workbench.startupEditor: "none", | |
workbench.activityBar.visible: false, | |
workbench.colorTheme: "Panda Syntax", | |
workbench.statusBar.feedback.visible: false, | |
workbench.statusBar.visible: false, | |
workbench.tips.enabled: false, | |
workbench.editor.highlightModifiedTabs: true, | |
terminal.explorerKind: "external", | |
search.location: "panel", | |
window.zoomLevel: 0, | |
editor.tabSize: 2, | |
explorer.openEditors.visible: 0, | |
outline.problems.colors: false, | |
outline.problems.badges: false, | |
outline.problems.enabled: false, | |
outline.icons: false, | |
editor.multiCursorModifier: "ctrlCmd", | |
workbench.iconTheme: "Monokai Classic Icons" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment