Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Last active August 29, 2015 14:18
Show Gist options
  • Save arcostasi/02426181d99f12bf87a2 to your computer and use it in GitHub Desktop.
Save arcostasi/02426181d99f12bf87a2 to your computer and use it in GitHub Desktop.
Sublime Text / Settings - User
// Install:
// 1. Package Control
// 2. Phpcs
// 3. SublimeLinter
// 4. DocBlockr
// 5. PHPUnit Completions
{
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"draw_white_space": "all",
"font_size": 17.0,
"ignored_packages":
[
"Vintage"
],
"sidebar_no_icon": true,
"sidebar_row_padding_medium": true,
"sidebar_size_13": true,
"status_bar_brighter": true,
"tab_size": 4,
"tabs_padding_medium": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment