Skip to content

Instantly share code, notes, and snippets.

@btopro
Created July 10, 2014 16:04
Show Gist options
  • Save btopro/caa88cfafc300d6e5370 to your computer and use it in GitHub Desktop.
Save btopro/caa88cfafc300d6e5370 to your computer and use it in GitHub Desktop.
btopro's sublime settings
{
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Color Scheme - Default/Colorized-41242979103884-Monokai.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 18.0,
"highlight_line": true,
"ignored_packages":
[
"Git",
"Color Highlighter",
"Vintage",
"MacTerminal",
"SublimeGit",
"Goto Documentation"
],
"line_padding_bottom": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment