Skip to content

Instantly share code, notes, and snippets.

@muloka
Last active December 11, 2015 10: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 muloka/4589166 to your computer and use it in GitHub Desktop.
Save muloka/4589166 to your computer and use it in GitHub Desktop.
Sublime Settings / Preferences
{
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg",
"parsed"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
78
],
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment