Skip to content

Instantly share code, notes, and snippets.

@Rokt33r
Created April 11, 2016 01:35
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 Rokt33r/c0796dc4b9cf1689d7f6303b794b960e to your computer and use it in GitHub Desktop.
Save Rokt33r/c0796dc4b9cf1689d7f6303b794b960e to your computer and use it in GitHub Desktop.
sublime config
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"node_modules/*",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.eps",
"*.woff",
"*.woff2"
],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"JavaScript",
"StandardFormat",
"SublimeLinter-contrib-htmlhint",
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment