Skip to content

Instantly share code, notes, and snippets.

@jeremyjbowers
Created January 8, 2014 20:58
Show Gist options
  • Save jeremyjbowers/8324543 to your computer and use it in GitHub Desktop.
Save jeremyjbowers/8324543 to your computer and use it in GitHub Desktop.
ST2 prefs
{
"auto_complete": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Flatland/Flatland-Monokai.tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"flatland_square_tabs": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
110
],
"theme": "Flatland.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment