Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Last active January 17, 2016 21:47
Show Gist options
  • Save fpigeonjr/e3081ff6fd9130ff2636 to your computer and use it in GitHub Desktop.
Save fpigeonjr/e3081ff6fd9130ff2636 to your computer and use it in GitHub Desktop.
sublime preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme",
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 15,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"use_simple_full_screen": 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