Skip to content

Instantly share code, notes, and snippets.

@phirefly
Last active December 22, 2015 07:49
Show Gist options
  • Save phirefly/6440520 to your computer and use it in GitHub Desktop.
Save phirefly/6440520 to your computer and use it in GitHub Desktop.
sublime: user defaults
{
"color_scheme": "Packages/Color Scheme - Default/Solarized2Bd(Light).tmTheme",
"font_face": "Anonymous Pro",
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_top": 3,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ignored_packages": [],
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment