Skip to content

Instantly share code, notes, and snippets.

@unimatrixZxero
Last active December 14, 2015 09:19
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 unimatrixZxero/5063976 to your computer and use it in GitHub Desktop.
Save unimatrixZxero/5063976 to your computer and use it in GitHub Desktop.
SublimeText Config
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.sassc"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"detect_slow_plugins": false,
"drag_text": false,
"draw_white_space": "selection",
"file_exclude_patterns":
[
"*.sassc",
"*.min.js",
"*.min.js.map",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"flatland_square_tabs": false,
"folder_exclude_patterns":
[
".sass-cache",
"tmp/cache",
"public/system/dragonfly",
".git",
"tmp/dragonfly",
"solr/data"
],
"font_face": "Source Code Pro Bold",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_current_line": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"highlight_trailing_spaces_color_name": "comment",
"ignored_packages":
[
"Rails Related Files",
"Ruby on Rails snippets",
"SmartMarkdown",
"Dashed Comments",
"SyncedSideBar",
"SublimeREPL",
"Rails Migrations List",
"SublimeLinter",
"SCSS",
"SCSS Snippets",
"SublimeERB",
"CodeFormatter"
],
"indent_guide_options":
[
"draw_active"
],
"margin": 2,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_quotes": true,
"match_tags": true,
"overlay_scroll_bars": "enabled",
"reveal-on-activate": false,
"rulers":
[
78,
80,
120,
160
],
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"soda_classic_tabs": true,
"sublimelinter": true,
"sublimelinter_executable_map":
{
"ruby": "/Users/safi/.rvm/rubies/ruby-1.9.3-p194/bin/ruby"
},
"sublimelinter_fill_outlines": false,
"sublimelinter_gutter_marks": true,
"tab_size": 2,
"theme": "itg.flat.dark.yellow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
@unimatrixZxero
Copy link
Author

Sometimes I change the value of sublimelinter_executable_map depending on the ruby version the current project I'm working on is using. Haven't fiddled with an automation for this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment