Skip to content

Instantly share code, notes, and snippets.

@Koromix
Last active May 6, 2024 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Koromix/a5445ea5ceb0fddfa54abf90795b5ee4 to your computer and use it in GitHub Desktop.
Save Koromix/a5445ea5ceb0fddfa54abf90795b5ee4 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"color_scheme": "Brackets Light.sublime-color-scheme",
"theme": "Adaptive.sublime-theme",
"highlight_line": true,
"highlight_modified_tabs": true,
"show_encoding": true,
"show_line_endings": true,
"translate_tabs_to_spaces": true,
"trim_only_modified_white_space": true,
"draw_white_space": ["selection", "trailing", "isolated"],
"font_size": 9,
"ignored_packages":
[
"Vintage",
],
"dark_color_scheme": "Breakers.sublime-color-scheme",
"light_color_scheme": "Breakers.sublime-color-scheme",
"file_exclude_patterns": [],
"themed_title_bar": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment