Skip to content

Instantly share code, notes, and snippets.

@rafaelcgo
Created April 28, 2015 20:59
Show Gist options
  • Save rafaelcgo/7adb887bf100bb2236df to your computer and use it in GitHub Desktop.
Save rafaelcgo/7adb887bf100bb2236df to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"copy_with_empty_selection": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment