Skip to content

Instantly share code, notes, and snippets.

@adnils
Created September 8, 2014 09:03
Show Gist options
  • Save adnils/0ecf778f54bca92fe698 to your computer and use it in GitHub Desktop.
Save adnils/0ecf778f54bca92fe698 to your computer and use it in GitHub Desktop.
sublime config
{
"caret_style": "phase",
"close_windows_when_empty": false,
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_face": "Droid Sans Mono Slashed",
"font_size": 13,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"tab_size": 4,
"tabs_small": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment