Skip to content

Instantly share code, notes, and snippets.

@AhmedNadar
Created April 5, 2014 18:43
Show Gist options
  • Save AhmedNadar/9996177 to your computer and use it in GitHub Desktop.
Save AhmedNadar/9996177 to your computer and use it in GitHub Desktop.
My Sublime Seettings
{
"after_callback": "",
"auto_complete_commit_on_tab": true,
"before_callback": "",
"bold_folder_labels": true,
"check_for_bundler": true,
"check_for_rbenv": true,
"check_for_rvm": true,
"check_for_spring": true,
"color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme",
"default_extend_env":
{
"PATH": "{HOME}/.rvm/bin/:/usr/local/bin/:{PATH}"
},
"erb_verify_command": "erb -xT - {file_name} | ruby -c",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf",
"chromedriver.log"
],
"flatland_sidebar_tree_small": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
"data",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
".rbx",
"bin",
"script",
"tmp",
"log"
],
"font_face": "Monaco",
"font_options": "subpixel_antialias",
"font_size": 12.4,
"hide_panel": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_directories":
[
".git",
"vendor",
"tmp"
],
"ignored_packages":
[
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"new_file_syntax": true,
"new_window_settings":
{
"show_minimap": false
},
"remember_open_files": true,
"reraise_exceptions": true,
"ruby_cucumber_folder": "features",
"ruby_rspec_folder": "spec",
"ruby_unit_folder": "test",
"ruby_use_scratch": true,
"ruby_verify_command": "ruby -c {file_name}",
"rulers":
[
80
],
"save_on_focus_lost": true,
"save_on_run": true,
"scroll_past_end": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment