Skip to content

Instantly share code, notes, and snippets.

@zeroseis
Last active March 31, 2016 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeroseis/f7f3524f040b30f31e99 to your computer and use it in GitHub Desktop.
Save zeroseis/f7f3524f040b30f31e99 to your computer and use it in GitHub Desktop.
My Sublime Text preferences
{
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
80
],
"smart_indent": true,
"translate_tabs_to_spaces": true,
"word_wrap": false,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".sass-cache", "node_modules"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment