-
-
Save soffes/3422528 to your computer and use it in GitHub Desktop.
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/Espresso Soda.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".gitkeep", | |
"dump.rdb" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".sass-cache", | |
"coverage", | |
"log", | |
"tmp" | |
], | |
"font_face": "Menlo", | |
"font_size": 13.0, | |
"highlight_modified_tabs": true, | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"theme": "Soda Light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Great to see some of your options. The folder exclusions have been quite helpful.
Thanks! Dunno how I lived without file(folder)_exclude_patterns... =D
Super nice config! Have copied a few parts of it, thank you.
Nice one!
Nice, I used this to ignore the minified version of our scripts. I really helps when doing a "Find in files...". Thanks!
Wow, I borrowed a bunch of items from you. Cool things that I didn't think could be done, but will make my coding experience that much nicer (i.e. highlight_modified_tabs). Thanks!
highlight_modified_tabs?! Why didn't I know about that one before? Awesome! Thanks!
A few tweaks I have in my own setup:
- Meslo LG (https://github.com/andreberg/Meslo-Font)
and
"open_files_in_new_window": true
"open_files_in_new_window": false
is how that should read. I did a copy/pasta of the wrong stuff.
Brilliant, had no idea about these:
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"trim_trailing_white_space_on_save": true,
"open_files_in_new_window": false
Love it. Thanks!
I had a few minor tweaks!
{
"create_window_at_startup": false,
"soda_classic_tabs": true,
"word_wrap": "false",
"highlight_line": true
}
Thanks.
I borrowed the following from your list:
"highlight_modified_tabs": true,
"save_on_focus_lost": true