Skip to content

Instantly share code, notes, and snippets.

@coladarci
Last active August 19, 2016 18:41
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 coladarci/50ae113264bc1a8641391ce587c144fe to your computer and use it in GitHub Desktop.
Save coladarci/50ae113264bc1a8641391ce587c144fe to your computer and use it in GitHub Desktop.
Greg's preferences
{
"added_words":
[
"auth",
"mixins",
"mixin",
"config",
"i18n",
"eslint"
],
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*/node_modules/*",
"*/bower_components/*",
"*/tmp/*",
"*/dist/*",
"tmp/class-*",
"tmp/es_*",
"tmp/jshinter*",
"tmp/replace_*",
"tmp/static_compiler*",
"tmp/template_compiler*",
"tmp/tree_merger*",
"tmp/coffee_script*",
"tmp/concat-tmp*",
"tmp/export_tree*",
"tmp/sass_compiler*"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Viator"
],
"line_padding_bottom": 1,
"line_padding_top": 2,
"rulers":
[
160
],
"scroll_past_end": false,
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"spell_check": true,
"tab_size": 2,
"tidytabs_run_on_post_save": true,
"tidytabs_threshold": 7,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment