Skip to content

Instantly share code, notes, and snippets.

@phamann
Created March 5, 2012 09:48
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 phamann/1977669 to your computer and use it in GitHub Desktop.
Save phamann/1977669 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": false,
"draw_white_space": "all",
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"cache",
"Zend",
"logs"
],
"font_size": 14.0,
"highlight_line": true,
"indent_subsequent_lines": true,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"sublimelinter": true,
"sublimelinter_delay": 3,
"sublimelinter_disable":
[
"objective-j",
"python",
"ruby",
"java",
"perl"
],
"sublimelinter_fill_outlines": false,
"sublimelinter_gutter_marks": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment