Skip to content

Instantly share code, notes, and snippets.

@dburles
Created December 10, 2015 05:07
Show Gist options
  • Save dburles/4372796a59b36ecb0947 to your computer and use it in GitHub Desktop.
Save dburles/4372796a59b36ecb0947 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/SublimeLinter/PlainText (SL).tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".meteor"
],
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Theme - Glacier",
"Vintage"
],
"itg_sidebar_tree_small": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"piatto_folder_icons": true,
"scroll_past_end": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 2,
"ternjs":
{
"libs":
[
"browser",
"underscore",
"jquery"
],
"plugins":
{
"meteor":
{
}
}
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment