Skip to content

Instantly share code, notes, and snippets.

@uxweb
uxweb / sublime-text-packages.md
Last active November 30, 2016 07:04
My Sublime Text Development Packages
@uxweb
uxweb / Preferences.sublime-settings
Created November 30, 2016 00:00
My Sublime Text User Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 0,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"draw_white_space": "all",
"font_face": "Operator Mono",
@uxweb
uxweb / php-class.sublime-snippet
Last active July 5, 2018 11:37
Sublime Text PHP Snippets
<snippet>
<content><![CDATA[
class ${1:MyClass}
{
${2}
}$0
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>class</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
@uxweb
uxweb / PSR2.sublime_build
Last active February 16, 2017 13:40
Sublime Text PHP CS Fixer PSR-2 Build Snippet
{
"shell_cmd": "php-cs-fixer fix $file --using-cache=no -v --rules=@PSR2"
}
# Hello GistLog!
This is a test for http://gistlog.co.
How cool is this