Skip to content

Instantly share code, notes, and snippets.

@chiahsien
Last active October 13, 2015 21: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 chiahsien/4256680 to your computer and use it in GitHub Desktop.
Save chiahsien/4256680 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Configuration
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_face": "Source Code Pro",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_to_bracket": true,
"soda_folder_icons": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// OS X only: When files are opened from finder, or by dragging onto the
// dock icon, this controls if a new window is created or not.
"open_files_in_new_window": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment