Skip to content

Instantly share code, notes, and snippets.

@omniwired
Created July 16, 2013 23:47
Show Gist options
  • Save omniwired/6016298 to your computer and use it in GitHub Desktop.
Save omniwired/6016298 to your computer and use it in GitHub Desktop.
Sublime settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 18.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment