Skip to content

Instantly share code, notes, and snippets.

@lnpbk
Last active January 4, 2016 19:09
Show Gist options
  • Save lnpbk/8665413 to your computer and use it in GitHub Desktop.
Save lnpbk/8665413 to your computer and use it in GitHub Desktop.
My sublime settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"draw_white_space": "all",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment