Skip to content

Instantly share code, notes, and snippets.

@mouson
Last active January 4, 2016 08:01
Show Gist options
  • Save mouson/ff07d87856a74b6ac4cb to your computer and use it in GitHub Desktop.
Save mouson/ff07d87856a74b6ac4cb to your computer and use it in GitHub Desktop.
{
"auto_close_tags": true,
"auto_complete": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"drag_text": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"sysdata",
"converter",
"scip/upload_tmp",
"node_modules"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_numbers": true,
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment