Skip to content

Instantly share code, notes, and snippets.

@mikemattner
Last active December 17, 2015 03:08
Show Gist options
  • Save mikemattner/5540797 to your computer and use it in GitHub Desktop.
Save mikemattner/5540797 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"installed_packages":
[
"Alignment",
"Color Scheme - Frontend Delight",
"Color Scheme - RSE",
"Color Schemes by carlcalderon",
"Package Control",
"Prefixr",
"StringUtilities",
"Theme - Aqua",
"Theme - Cobalt2",
"Theme - Nil",
"Theme - Phoenix",
"Theme - Pseudo OSX",
"Theme - Soda"
]
}
{
"color_scheme": "Packages/User/Coda.tmTheme",
"font_face": "Deja Vu Sans Mono",
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "disabled",
"scroll_past_end": true,
"tab_size": 4,
"theme": "Minimal.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment