Skip to content

Instantly share code, notes, and snippets.

@phrz
Last active March 20, 2025 19:24
Show Gist options
  • Select an option

  • Save phrz/919986fee2997de45d1c8afeb68dacde to your computer and use it in GitHub Desktop.

Select an option

Save phrz/919986fee2997de45d1c8afeb68dacde to your computer and use it in GitHub Desktop.
Sublime Text 3 (ST3) Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/Colorsublime - Themes/Cake.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"font_face": "InputMonoCondensed",
"font_size": 13,
"ignored_packages":
[
"Vintage",
],
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 4,
"theme": "Adaptive.sublime-theme",
"theme_sidebar_indent_xl": true,
"translate_tabs_to_spaces": false,
"wrap_width": 80,
"index_files": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment