code clean setup by adilkhan | SetupHub | Share Your IDE Setup with the World
V
code clean setup
Visual Studio Code Appearance
workbench.colorThemeCurrent ThemeGitHub Dark Default
Current FontMonaspace Neon NF
[
88
],
"editor.tabSize": 4,
"files.autoSave": "onFocusChange",
"editor.wordWrap": "off",
"editor.lineHeight": 0,
"editor.cursorStyle": "line",
"editor.formatOnSave": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontLigatures": true,
"editor.cursorBlinking": "phase",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "trailing",
"files.insertFinalNewline": false,
"workbench.sideBar.location": "left",
"files.trimTrailingWhitespace": true,
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontFamily": "Monaspace Neon NF",
"workbench.activityBar.location": "hidden",
"terminal.integrated.cursorStyle": "line"
}