Skip to content

Instantly share code, notes, and snippets.

@kossa
Last active January 17, 2018 06:58
Show Gist options
  • Save kossa/2b4f93105317b7c39a5f94ba8ec13cb9 to your computer and use it in GitHub Desktop.
Save kossa/2b4f93105317b7c39a5f94ba8ec13cb9 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/"
],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules/*"
],
"font_face": "Operator Mono book",
"font_size": 22,
"ignored_packages":
[
"ActionScript",
"AppleScript",
"ASP",
"C#",
"C++",
"Clojure",
"SublimeLinter",
"SublimeLinter-csslint",
"SublimeLinter-php",
"SublimeLinter-phplint",
"Vintage",
"Vuejs Complete Package"
],
"line_padding_bottom": 10,
"line_padding_top": 10,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment