Skip to content

Instantly share code, notes, and snippets.

@micahw156
Created December 6, 2013 17:51
Show Gist options
  • Save micahw156/7829181 to your computer and use it in GitHub Desktop.
Save micahw156/7829181 to your computer and use it in GitHub Desktop.
My most recent Preferences.sublime-settings
{
"color_scheme": "Packages/Theme - Flatland/Flatland Copy.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
132
],
"scroll_past_end": false,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Flatland.sublime-theme",
"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