Skip to content

Instantly share code, notes, and snippets.

@AfzalivE
Created June 12, 2013 02:27
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 AfzalivE/5762412 to your computer and use it in GitHub Desktop.
Save AfzalivE/5762412 to your computer and use it in GitHub Desktop.
sublime text 2 settings
{
"auto_complete_delay": 0,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Base16 Tomorrow Night Aqua.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".gitkeep",
".gitignore"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Inconsolata",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"GitGutter"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"preview_on_click": true,
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"tab_completion": false,
"theme": "Nexus.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment