git cat-file -t 47efgit cat-file -p 47ef| { | |
| "color_scheme": "Packages/Babel/Next.tmTheme", | |
| "draw_indent_guides": false, | |
| "folder_exclude_patterns": | |
| [ | |
| "**/node_modules", | |
| "**/bower_components", | |
| "**/.git", | |
| ".sass-cache", | |
| "public" |
| [ | |
| { "keys": ["ctrl+left"], "command": "move_to", "args": {"to": "bol", "extend": false} }, | |
| { "keys": ["ctrl+right"], "command": "move_to", "args": {"to": "eol", "extend": false} } | |
| ] |
| <?php | |
| class Database | |
| { | |
| /** | |
| * Storage | |
| * @var array | |
| */ | |
| protected $database = array(); |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>William D. Neumann</string> | |
| <key>name</key> | |
| <string>Slush & Poppies</string> | |
| <key>settings</key> | |
| <array> |