Skip to content

Instantly share code, notes, and snippets.

@linkarys
Created March 27, 2013 14:30
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 linkarys/5254596 to your computer and use it in GitHub Desktop.
Save linkarys/5254596 to your computer and use it in GitHub Desktop.
sublime: settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"theme": "Soda Dark.sublime-theme",
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"font_face": "Comic Sans MS",
"font_face": "STXIhei Bold",
"font_size": 11.2,
"ignored_packages":
[
"ASP",
"C#",
"Vintage",
"AppleScript",
"sublime-closure-linter",
"SublimeLinter"
],
"tab_size": 4,
"detect_slow_plugins" : false,
"trim_trailing_white_space_on_save": true,
"auto_complete_with_fields": true,
"auto_complete_commit_on_tab": true,
"match_brackets_angle": true,
"close_windows_when_empty": true,
"translate_tabs_to_spaces": false,
"ensure_newline_at_eof_on_save": false,
"drag_text": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment