Skip to content

Instantly share code, notes, and snippets.

@Ajeo
Created July 10, 2013 03:25
Show Gist options
  • Save Ajeo/5963260 to your computer and use it in GitHub Desktop.
Save Ajeo/5963260 to your computer and use it in GitHub Desktop.
My Sublime Text2 - Settings User
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Python Pep8 Lint"
],
"indent_guide_options":
[
"draw_active"
],
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment