Skip to content

Instantly share code, notes, and snippets.

@phrz
Last active December 23, 2018 03:06
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 phrz/919986fee2997de45d1c8afeb68dacde to your computer and use it in GitHub Desktop.
Save phrz/919986fee2997de45d1c8afeb68dacde to your computer and use it in GitHub Desktop.
Sublime Text 3 (ST3) Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tron Color Scheme/Tron.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"font_face": "FiraCode-Regular",
"font_size": 15,
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment