Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created September 11, 2015 08:29
Show Gist options
  • Save ahmetabdi/b71a47a0f916b77f8c1a to your computer and use it in GitHub Desktop.
Save ahmetabdi/b71a47a0f916b77f8c1a to your computer and use it in GitHub Desktop.
{
"after_callback": "",
"before_callback": "",
"bold_folder_labels": false,
"caret_extra_width": 1,
"caret_style": "phase",
"check_for_bundler": false,
"check_for_rbenv": false,
"check_for_rvm": false,
"check_for_spring": false,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"erb_verify_command": "erb -xT - {file_name} | ruby -c",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.beam",
".tags",
".keep",
".DS_Store",
"master",
"vendor",
"tmp",
"log"
],
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"host_app"
],
"font_size": 12,
"hide_panel": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_directories":
[
".git",
"vendor",
"tmp"
],
"ignored_packages":
[
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": -0.5,
"line_padding_top": -0.5,
"margin": 0,
"overlay_scroll_bars": "enabled",
"ruby_cucumber_folder": "features",
"ruby_rspec_folder": "spec",
"ruby_unit_folder": "test",
"ruby_use_scratch": false,
"ruby_verify_command": "ruby -c {file_name}",
"rulers":
[
80,
120
],
"run_cucumber_command": "cucumber {relative_path}",
"run_rspec_command": "rspec {relative_path}",
"run_ruby_unit_command": "ruby -Itest {relative_path}",
"run_single_cucumber_command": "cucumber {relative_path} -l{line_number}",
"run_single_rspec_command": "rspec {relative_path}:{line_number}",
"run_single_ruby_unit_command": "ruby -Itest {relative_path} -n '{test_name}'",
"save_on_focus_lost": true,
"save_on_run": true,
"scroll_past_end": false,
"shift_tab_unindent": true,
"show_full_path": true,
"smart_indent": true,
"tab_size": 2,
"terminal_encoding": "utf-8",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment