Skip to content

Instantly share code, notes, and snippets.

@ekinertac
Created July 13, 2016 17:44
Show Gist options
  • Save ekinertac/1aebec03253c02ce4c6883f7cbaa0087 to your computer and use it in GitHub Desktop.
Save ekinertac/1aebec03253c02ce4c6883f7cbaa0087 to your computer and use it in GitHub Desktop.
Sublime Text default settings for OSX
{
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"font_face": "Inconsolata",
"font_size": 13,
"margin": 8,
"rulers": [120],
"translate_tabs_to_spaces": true,
"highlight_line": true,
"caret_style": "blink",
"caret_extra_top": 0,
"caret_extra_bottom": 0,
"caret_extra_width": 1,
"draw_white_space": "all",
"draw_indent_guides": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"shift_tab_unindent": true,
"drag_text": false,
"tree_animation_enabled": false,
"highlight_modified_tabs": true,
"show_tab_close_buttons": false,
"bold_folder_labels": true,
"use_simple_full_screen": true,
"enable_tab_scrolling": false,
"show_encoding": true,
"show_full_path": true,
"preview_on_click": false,
"show_line_endings": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"theme": "Brogrammer.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment