Skip to content

Instantly share code, notes, and snippets.

@nickautomatic
Last active August 31, 2018 21:12
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 nickautomatic/101859bbb272fac5fb2f to your computer and use it in GitHub Desktop.
Save nickautomatic/101859bbb272fac5fb2f to your computer and use it in GitHub Desktop.
Sublime Text - User Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*~",
"*.exe",
"*.so",
"*.DS_Store",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".git",
".hg",
".sass-cache",
".svn",
".tmp",
".vagrant",
"bower_components",
"CVS",
"log",
"node_modules",
"tmp",
"vendor",
"public/packs",
"cpresources",
],
"font_face": "Consolas",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"BracketHighlighter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"show_line_endings": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"tabs_label_not_italic": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment