Editor Behavior
Configured settings and preferences
workbench.settingsFormat On Save
editor.formatOnSave
true
Font Ligatures
editor.fontLigatures
true
Raw Configuration
{
"editor.rulers": [
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"
}