Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created June 13, 2015 15:27
Show Gist options
  • Save gearmobile/647d6c497c9e40151e16 to your computer and use it in GitHub Desktop.
Save gearmobile/647d6c497c9e40151e16 to your computer and use it in GitHub Desktop.
Sublime Text Settings MacOSX
{
"auto_complete": false,
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 1,
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"draw_white_space": "all",
"enable_telemetry": "false",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"show_encoding": true,
"tab_size": 2,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"font_options" : ["gray_antialias"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment