Skip to content

Instantly share code, notes, and snippets.

@sergeyryabov
Last active September 15, 2015 15:53
Show Gist options
  • Save sergeyryabov/b95c22b22296bc29a107 to your computer and use it in GitHub Desktop.
Save sergeyryabov/b95c22b22296bc29a107 to your computer and use it in GitHub Desktop.
Sublime text dev config
## You need theme Spacegray (http://kkga.github.io/spacegray/)
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"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