Shape
Docs

Editor Settings

Configure font, display, tabs, auto-save, and formatting in the Monaco editor.

Settings → Editor controls how code looks and behaves in the Monaco editor.

Font and display

SettingDescription
Font familyMonospace face (presets plus custom)
Font sizeEditor text size in pixels
Font ligaturesEnable programming ligatures
MinimapRight-edge code overview
Line numbersOn, off, or relative
Render whitespaceNone, selection, or all
Line highlightHighlight active line, gutter, both, or none
Bracket pair colorizationColor matched brackets
Indent guidesVertical indent lines
Bracket guidesVertical lines for bracket pairs

Tabs and indentation

SettingDescription
Tab sizeSpaces per tab stop
Insert spacesSpaces instead of tab characters
Detect indentationRead indent style from file content

Editing behavior

SettingDescription
Word wrapOff, on, or bounded column
Cursor styleLine, block, or underline
Smooth scrollingAnimated scroll
Scroll beyond last lineExtra space below file end
Image previewInline preview for image files

Save and format

SettingDescription
Auto saveOff, after delay, or on focus change
Auto save delayMilliseconds when using delay mode
Format on saveRun formatter when saving
Trim trailing whitespaceRemove trailing spaces on save
Insert final newlineEnsure file ends with newline

Format on save uses Prettier when enabled and configured for the project.

Design

Settings → Editor → Design toggles Tailwind inline controls, number scrubbing, design autocomplete, diagnostics, and design blame. See Design Tools. Live-page inspect and apply is Visual Design, not this settings group.

Quick toggles

Some settings have keyboard shortcuts without opening settings:

ActionShortcut
Toggle word wrapAlt+Z
Toggle minimapCommand palette Editor: Toggle Minimap
Format documentAlt+Shift+F
Edit