Skip to content

Instantly share code, notes, and snippets.

@ashishwadekar
Created March 21, 2019 08:02
Show Gist options
  • Save ashishwadekar/a8e99c2d9208da040bb853748cf1c9e8 to your computer and use it in GitHub Desktop.
Save ashishwadekar/a8e99c2d9208da040bb853748cf1c9e8 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"auto_complete_commit_on_tab": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"draw_white_space": "selection",
"file_patterns":
[
"\\.html\\.erb",
"\\.rb",
"\\.rake",
"Rakefile",
"Gemfile"
],
"font_face": "Hack",
"font_size": 15,
"html_erb_patterns":
[
"\\.html\\.erb"
],
"ignored_packages":
[
"Six",
"Vintage",
"Vintageous"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"neovintageous_build_version": 11000,
"rubocop_path": "/Users/ashish/.rbenv/shims/rubocop",
"ruby": "/Users/ashish/.rbenv/shims/ruby",
"ruby_path": "/Users/ashish/.rbenv/shims/ruby",
"run_on_save": false,
"save_on_beautify": false,
"show_git_status": true,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment