Skip to content

Instantly share code, notes, and snippets.

@markovic131
Last active August 29, 2015 14:00
Show Gist options
  • Save markovic131/11112593 to your computer and use it in GitHub Desktop.
Save markovic131/11112593 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_face": "Ubuntu Mono",
"font_options":
[
"bold",
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment