Skip to content

Instantly share code, notes, and snippets.

@aisensiy
Created September 4, 2012 06:37
Show Gist options
  • Save aisensiy/3617664 to your computer and use it in GitHub Desktop.
Save aisensiy/3617664 to your computer and use it in GitHub Desktop.
sublime.settings
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_slow_plugins": false,
"rulers": [80],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"ignored_packages": [],
"indent_to_bracket": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment