Skip to content

Instantly share code, notes, and snippets.

@getaclue00
Created December 10, 2015 05:25
Show Gist options
  • Save getaclue00/eb7cf52d08355f25d982 to your computer and use it in GitHub Desktop.
Save getaclue00/eb7cf52d08355f25d982 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"atomic_save": false,
"bold_folder_labels": true,
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"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*"
],
"highlight_line": true,
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
80
],
"save_on_focus_lost": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment