Skip to content

Instantly share code, notes, and snippets.

@palawer
Created May 2, 2026 15:45
Show Gist options
  • Select an option

  • Save palawer/045f7beef4192b71f20b2b0f5bda5340 to your computer and use it in GitHub Desktop.

Select an option

Save palawer/045f7beef4192b71f20b2b0f5bda5340 to your computer and use it in GitHub Desktop.
Sublime Text 4 settings
{
"font_face": "monaco",
"font_size": 14,
"always_show_minimap_viewport": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"preview_on_click": false,
"rulers": [80],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"word_wrap": false,
"theme": "Adaptive.sublime-theme",
"color_scheme": "Mariana.sublime-color-scheme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment