Skip to content

Instantly share code, notes, and snippets.

@tilomitra
Created June 19, 2015 00:19
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 tilomitra/f86e55be8216eaa60af8 to your computer and use it in GitHub Desktop.
Save tilomitra/f86e55be8216eaa60af8 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings File
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Hero/Hero Dark.tmTheme",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 2,
"sidebar_row_padding_medium": true,
"sidebar_size_12": true,
"tab_size": 4,
"tabs_medium": true,
"theme": "Hero Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment