Skip to content

Instantly share code, notes, and snippets.

@roartalent
Last active August 29, 2015 14:17
Show Gist options
  • Save roartalent/b3e327883e85d8318908 to your computer and use it in GitHub Desktop.
Save roartalent/b3e327883e85d8318908 to your computer and use it in GitHub Desktop.
My sublime preference settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.sublime-project",
"*.sublime-workspace",
"*.tmLanguage.cache",
"*.tmPreferences.cache",
".DS_Store",
".gitkeep",
".rake_tasks~",
"dump.rdb",
"Gemfile.lock",
"*.~lock.*",
"Thumbs.db"
],
"folder_exclude_patterns":
[
"*.esproj",
"*.svn",
"*.tiles",
".bundle",
".git",
".sass-cache",
".yardoc",
".zeus.sock",
".Trashes",
".fseventsd"
],
"font_face": "Courier New",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Lisp",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"rulers":
[
80
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_completion": true,
"tab_size": 2,
"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