Skip to content

Instantly share code, notes, and snippets.

@masnun
Created April 18, 2013 11:08
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 masnun/5411940 to your computer and use it in GitHub Desktop.
Save masnun/5411940 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preference
{
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Dayle Rees Color Schemes/LaravelDarker.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
".idea"
],
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"smart_indent": true,
"soda_classic_tabs": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment