Skip to content

Instantly share code, notes, and snippets.

@avgerin0s
Created December 24, 2012 02:27
Show Gist options
  • Save avgerin0s/4367172 to your computer and use it in GitHub Desktop.
Save avgerin0s/4367172 to your computer and use it in GitHub Desktop.
Sublime Conf
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"matchBracketsAngle": true,
"matchBracketsBraces": true,
"matchBracketsSquare": true,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trimTrailingWhiteSpaceOnSave": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment