Skip to content

Instantly share code, notes, and snippets.

@vicainelli
Last active March 29, 2017 15:37
Show Gist options
  • Save vicainelli/6579982 to your computer and use it in GitHub Desktop.
Save vicainelli/6579982 to your computer and use it in GitHub Desktop.
{
// color scheme, font options
"color_scheme": "Packages/Color Scheme - Default/tomorrow-theme/textmate/Tomorrow-Night-Bright.tmTheme",
"font_size": 11,
// Interface
"tab_size": 2,
"bold_folder_labels": true,
"highlight_line": true,
"show_full_path": true,
// Markdown preferences
"line_padding_top": 1,
"line_padding_bottom": 1,
"word_wrap": true,
"trim_automatic_white_space": true,
"trim_trailing_white_spaces_on_save": true,
// Functionaly
"detect_indentation": false,
"save_on_focus_lost": true,
"translate_tabs_to_spaces": false,
"highlight_modified_tabs": true,
"create_window_at_startup": false,
"draw_indent_guides": true,
"close_window_when_empty": true,
// Excludes
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".git",
".sass-cache",
".scss",
"tmp",
"wp-admin",
"wp-includes"
],
"ignored_packages":
[
"Vintage",
"YUI Compressor"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment