Skip to content

Instantly share code, notes, and snippets.

@lukewilde
Created May 11, 2016 11:35
Show Gist options
  • Save lukewilde/5009a9b7b6195d71f9521d72f8c43fca to your computer and use it in GitHub Desktop.
Save lukewilde/5009a9b7b6195d71f9521d72f8c43fca to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"binary_file_patterns":
[
"*.jpeg",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.min.*",
"*.swf",
"*.jar",
"*.zip",
"*jquery-1.8*.js",
"*/node_modules/*",
"*/bower_components/*",
"*/createjs/*",
"*/fonts/*",
"*/build/*",
"*.js.map",
"*.min.js",
"editor/build/style/index.css",
"src/js/game/levels/*",
"builds/*",
"public/*",
"min/*"
],
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".rspec",
"config.ru",
"Gemfile.lock",
"Rakefile",
"static-file-map.json"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"doc",
"log",
"tmp",
"docs",
"build-tmp"
],
"font_size": 13,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Colorcoder",
"Stylus",
"Theme - Flatland",
"Twig",
"Vintage",
"WordHighlight"
],
"line_numbers": true,
"remember_open_files": false,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment