Skip to content

Instantly share code, notes, and snippets.

@A5308Y
Created May 31, 2015 15:01
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 A5308Y/d970dc8d36a4750eeba7 to your computer and use it in GitHub Desktop.
Save A5308Y/d970dc8d36a4750eeba7 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "blink",
"color_scheme": "Packages/User/Solarized (Light) (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"/Users/andy/Code/Myclimate/act/vendor/assets/javascripts/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/.DS_Store",
"/Users/andy/Code/Myclimate/act/spec/features/company/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/company/facilities/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/.DS_Store",
"/Users/andy/Code/Myclimate/act/spec/.DS_Store",
"/Users/andy/Code/Myclimate/act/db/.DS_Store",
"/Users/andy/Code/Myclimate/act/config/database.yml",
"/Users/andy/Code/Myclimate/act/spec/features/energy_consultant/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/modules/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/controllers/company/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/energy_consultant/companies/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/helpers/.DS_Store",
"/Users/andy/Code/Myclimate/act/spec/helpers/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/assets/stylesheets/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/models/target_agreements/options/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/models/potential_analysis_tables/.DS_Store",
"/Users/andy/Code/Myclimate/act/dump.rdb",
"/Users/andy/Code/Myclimate/act/app/controllers/energy_consultant/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/models/concerns/.DS_Store",
"/Users/andy/Code/Myclimate/act/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/demo_data/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/energy_consultant/target_agreements/.DS_Store",
"/Users/andy/Code/Myclimate/act/config/initializers/secret_token.rb",
"/Users/andy/Code/Myclimate/act/spec/fixtures/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/potential_analysis/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/services/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/company/.DS_Store",
"/Users/andy/Code/Myclimate/act/db/migrate/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/target_agreements/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/energy_consultant/options/.DS_Store",
"/Users/andy/Code/Myclimate/act/spec/features/.DS_Store",
"/Users/andy/Code/Myclimate/act/act.sublime-project",
"/Users/andy/Code/Myclimate/act/app/models/target_agreements/.DS_Store",
"/Users/andy/Code/Myclimate/act/.ruby-version",
"/Users/andy/Code/Myclimate/act/spec/models/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/controllers/.DS_Store",
"/Users/andy/Code/Myclimate/act/spec/controllers/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/models/.DS_Store",
"/Users/andy/Code/Myclimate/act/vendor/assets/.DS_Store",
"/Users/andy/Code/Myclimate/act/act.sublime-workspace",
"/Users/andy/Code/Myclimate/act/brakeman.html",
"/Users/andy/Code/Myclimate/act/app/assets/images/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/assets/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/energy_consultant/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/views/company/profiles/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/calculators/.DS_Store",
"/Users/andy/Code/Myclimate/act/spec/calculators/.DS_Store",
"/Users/andy/Code/Myclimate/act/app/assets/javascripts/.DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"/Users/andy/Code/Myclimate/act/.bundle",
"/Users/andy/Code/Myclimate/act/coverage",
"/Users/andy/Code/Myclimate/act/tmp"
],
"font_size": 12,
"highlight_line": false,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Theme - Phoenix",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"remember_open_files": false,
"rubocop_path": "/Users/andy/.rbenv/shims/rubocop",
"ruby_path": "/Users/andy/.rbenv/shims/ruby",
"rulers":
[
80,
100
],
"show_full_path": true,
"show_tab_close_buttons": false,
"sublimelinter_executable_map":
{
"ruby": "rvm-auto-ruby"
},
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment