Skip to content

Instantly share code, notes, and snippets.

@ciphertxt
Forked from dan/Preferences.sublime-settings
Last active August 29, 2015 14:26
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 ciphertxt/8eb74562b73835eb8957 to your computer and use it in GitHub Desktop.
Save ciphertxt/8eb74562b73835eb8957 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Input Mono Narrow",
"font_size": 16,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_numbers": true,
"open_files_in_new_window": true,
"remember_full_screen": true,
"rulers": [80],
"save_on_focus_lost": true,
"scroll_past_end": true,
"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": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment