Skip to content

Instantly share code, notes, and snippets.

@foxleigh81
Last active February 23, 2017 14:37
Show Gist options
  • Save foxleigh81/6375489 to your computer and use it in GitHub Desktop.
Save foxleigh81/6375489 to your computer and use it in GitHub Desktop.
My sublime settings.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro for Powerline",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": false,
"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