Skip to content

Instantly share code, notes, and snippets.

@wickchucked
Created July 11, 2013 17:34
Show Gist options
  • Save wickchucked/5977485 to your computer and use it in GitHub Desktop.
Save wickchucked/5977485 to your computer and use it in GitHub Desktop.
{
"close_windows_when_empty": false,
"color_scheme": "Packages/bis-sublime/BISColorScheme.tmTheme",
"theme": "Soda Dark.sublime-theme",
"soda_classic_tabs": true,
"soda_folder_icons": true,
"default_encoding": "UTF-8",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"SCSS",
"Vintage"
],
"ignored_words":
[
"blog"
],
"rulers":
[
80,
100
],
"tab_size": 2,
"tag_language_list":
[
"HTML",
"HTML 5",
"XML",
"PHP",
"BIS"
],
"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