Skip to content

Instantly share code, notes, and snippets.

@morgondag
Created November 23, 2015 11:39
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 morgondag/7b53d74a9ce797616500 to your computer and use it in GitHub Desktop.
Save morgondag/7b53d74a9ce797616500 to your computer and use it in GitHub Desktop.
sublm3
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
"node_modules",
"bower_components"
],
"font_face": "Source Code Pro",
"font_size": 18.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 10,
"open_files_in_new_window": false,
"rulers":
[
150
],
"shift_tab_unindent": true,
"tab_size": 4,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 150
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment