Skip to content

Instantly share code, notes, and snippets.

@AmmarCodes
Last active December 22, 2015 11:18
Show Gist options
  • Save AmmarCodes/6464477 to your computer and use it in GitHub Desktop.
Save AmmarCodes/6464477 to your computer and use it in GitHub Desktop.
My configurations for Sublime Text 3.
{
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"detect_slow_plugins": false,
"fade_fold_buttons": true,
"findreplace_small": true,
"folder_exclude_patterns":
[
".git",
"tmp",
".bundle",
".sass-cache",
"node_modules",
".vagrant",
".idea"
],
"font_face": "PT Mono",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"index_exclude_patterns":
[
"*.log",
"/home/ammar/www/compass-erp/app*",
"/home/ammar/www/aliqtisadi.com/wp-content/themes*",
"/home/ammar/www/forum/wp-content/cache*"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_full_path": false,
"show_tab_close_buttons": true,
"sidebar_large": true,
"tabs_medium": true,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment