Skip to content

Instantly share code, notes, and snippets.

@stephen-hill
Last active August 29, 2015 14:14
Show Gist options
  • Save stephen-hill/da9b29efe21559947ff0 to your computer and use it in GitHub Desktop.
Save stephen-hill/da9b29efe21559947ff0 to your computer and use it in GitHub Desktop.
Sublime Text Settings
[
{ "keys": ["ctrl+alt+d"], "command": "delete_trailing_spaces" }
]
{
"in_process_packages":
[
],
"installed_packages":
[
"ApacheConf.tmLanguage",
"BracketHighlighter",
"Git Config",
"Git Conflict Resolver",
"HTML5",
"INI",
"Markdown Extended",
"nginx",
"Package Control",
"PHP Getters and Setters",
"PHP-Twig",
"PhpDoc",
"PHPUnit Completions",
"Predawn Twilight Theme",
"Restructured Text (RST) Snippets",
"RestructuredText Improved",
"SideBarEnhancements",
"SublimeCodeIntel",
"SublimeLinter-php",
"SummitLinter",
"Theme - Spacegray",
"TrailingSpaces"
]
}
{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"enable_telemetry": "disabled",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Restructured Text (RST) Snippets",
"RestructuredText"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment