Skip to content

Instantly share code, notes, and snippets.

@dirn
Last active October 12, 2015 00:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirn/3943102 to your computer and use it in GitHub Desktop.
Save dirn/3943102 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"color_scheme": "Packages/Tomorrow-Night-Bright.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
"_build",
"__pycache__",
"build",
"dist",
"*.egg-info",
".git",
".hg",
".svn",
".tox"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"git_gutter_live_mode": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"sublimelinter": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 10000
}
@dirn
Copy link
Author

dirn commented Jan 2, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment