Skip to content

Instantly share code, notes, and snippets.

@hobnob
Last active August 29, 2015 14:14
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 hobnob/0c9b014f31750069d7dc to your computer and use it in GitHub Desktop.
Save hobnob/0c9b014f31750069d7dc to your computer and use it in GitHub Desktop.
SublimeText2 Config
{
"default_line_ending": "unix",
"draw_minimap_border": true,
"font_size": 20.0,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"validator"
],
"rulers":
[
80,
120
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"file_exclude_patterns": [".DS_Store", "._*", "*.meta"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment