Skip to content

Instantly share code, notes, and snippets.

@victormejia
Created May 30, 2014 18:27
Show Gist options
  • Select an option

  • Save victormejia/8145e69c106ffe7efda7 to your computer and use it in GitHub Desktop.

Select an option

Save victormejia/8145e69c106ffe7efda7 to your computer and use it in GitHub Desktop.
My Sublime user settings
{
"afn_use_keybinding": true,
"caret_style": "wide",
"color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 10,
"sidebar_large": true,
"tab_size": 4,
"tabs_small": true,
"theme": "predawn.sublime-theme",
"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