Skip to content

Instantly share code, notes, and snippets.

@leekiernan
Last active December 22, 2015 02:49
Show Gist options
  • Save leekiernan/6406303 to your computer and use it in GitHub Desktop.
Save leekiernan/6406303 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.png",
"*.gif",
".DS_Store",
".rspec",
"config.ru",
"Gemfile.lock",
"Rakefile"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"doc",
"log",
"script",
"tmp",
"vendor"
],
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false",
"hot_exit": false,
"remember_open_files": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment