Skip to content

Instantly share code, notes, and snippets.

@cfollet
Created March 21, 2017 14:00
Show Gist options
  • Save cfollet/96d687c582503127dff5ad7791783dc7 to your computer and use it in GitHub Desktop.
Save cfollet/96d687c582503127dff5ad7791783dc7 to your computer and use it in GitHub Desktop.
Sublime text preferences.
{
"bold_folder_labels": true,
"font_face": "Ubuntu Mono",
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"tab_completion": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment