Skip to content

Instantly share code, notes, and snippets.

@feifanzhou
Last active August 29, 2015 14:15
Show Gist options
  • Save feifanzhou/84665fb4afbd1d66af28 to your computer and use it in GitHub Desktop.
Save feifanzhou/84665fb4afbd1d66af28 to your computer and use it in GitHub Desktop.
Sublime settings
{
"auto_complete_commit_on_tab": true, // Return always creates a new line. Tab does autocomplete.
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"enable_tab_scrolling": false,
"folder_exclude_patterns":
[
],
"font_face": "Monaco",
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"line_padding_bottom": 1, // Space out lines a bit more
"line_padding_top": 1,
"margin": 0,
"tab_size": 2, // Standard for Rails dev
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true // Tabs are evil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment