- https://packagecontrol.io/packages/PHP-Twig
- https://packagecontrol.io/packages/Theme%20-%20Cobalt2
- https://packagecontrol.io/packages/Theme%20-%20Spacegray
- https://packagecontrol.io/packages/Themr
- https://packagecontrol.io/packages/SideBarEnhancements
- https://packagecontrol.io/packages/Schemr
- https://packagecontrol.io/packages/Monokai%20-%20Spacegray
Last active
March 8, 2016 09:19
-
-
Save stephen-hill/6ebcfcdd787dbcd3df4b to your computer and use it in GitHub Desktop.
Sublime Text 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
// Disable changing the font size with CTRL+SCOLL. | |
// Put this file in %APPDATA%\Sublime Text 3\Packages\User | |
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "null" }, | |
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "null" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"All Autocomplete", | |
"BracketHighlighter", | |
"DoxyDoxygen (evolution)", | |
"EditorConfig", | |
"Git Conflict Resolver", | |
"Gitignored File Excluder", | |
"Highlight", | |
"HTML5", | |
"INI", | |
"Markdown Extended", | |
"Package Control", | |
"PHP Completions Kit", | |
"PHP Getters and Setters", | |
"PHP-Twig", | |
"PHPUnit Completions", | |
"Predawn", | |
"Predawn Twilight Theme", | |
"Schemr", | |
"SideBarEnhancements", | |
"SublimeCodeIntel", | |
"SublimeLinter", | |
"SublimeLinter-php", | |
"Theme - Spacegray", | |
"Themr", | |
"Tomorrow Color Schemes", | |
"TrailingSpaces" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_cycle": true, | |
"auto_complete_delay": 25, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme", | |
"default_line_ending": "windows", | |
"detect_indentation": true, | |
"detect_slow_plugins": false, | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"enable_tab_scrolling": false, | |
"enable_telemetry": "disabled", | |
"extra_file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.bak" | |
], | |
"extra_folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.bak", | |
"google*.html", | |
"BingSiteAuth.xml", | |
"*.ico" | |
], | |
"findreplace_small": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"aspnet_client", | |
"project-manhattan" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"RestructuredText", | |
"TrailingSpaces", | |
"Vintage" | |
], | |
"indent_guide_options": "draw_active", | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"margin": 4, | |
"remember_open_files": true, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"save_on_focus_lost": false, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"sidebar_small": true, | |
"tab_size": 4, | |
"tabs_medium": true, | |
"theme": "predawn-DEV.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": false, | |
"update_check": 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