Skip to content

Commit 120c769

Browse files
committed
changes
1 parent f489185 commit 120c769

21 files changed

+66700
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

User/.DS_Store

12 KB
Binary file not shown.

User/Base File.sublime-settings

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"color_scheme": "Packages/Color Scheme - Default/Dreamweaver.tmTheme",
3+
"font_face": "Consolas",
4+
"font_size": 11.0,
5+
"tab_size": 2,
6+
"translate_tabs_to_spaces": true
7+
}
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
// Outline? (solid|outline|underline|none)
3+
"quote_style" : "underline",
4+
"curly_style" : "underline",
5+
"round_style" : "underline",
6+
"square_style": "underline",
7+
"angle_style" : "underline",
8+
"tag_style" : "outline"
9+
}

User/CSS.sublime-settings

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extensions":
3+
[
4+
"scss"
5+
]
6+
}

User/Default (Linux).sublime-keymap

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[
2+
]

User/Default (OSX).sublime-keymap

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{ "keys": ["super+shift+u"], "command": "sftp_upload_file" },
3+
{ "keys": ["super+shift+d"], "command": "sftp_download_file" },
4+
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
5+
{ "keys": ["ctrl+super+a"], "command": "goto_drupalapi"},
6+
{ "keys": ["ctrl+shift+h"], "command": "goto_documentation" },
7+
{ "keys": ["ctrl+shift+t"], "command": "open_terminal" },
8+
{ "keys": ["super+shift+j"], "command": "join_lines" }
9+
]

User/Default (Windows).sublime-keymap

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
3+
{ "keys": ["ctrl+shift+u"], "command": "sftp_upload_file" },
4+
{ "keys": ["ctrl+shift+d"], "command": "sftp_download_file" },
5+
{ "keys": ["ctrl+alt+d"], "command": "find_under_expand" }
6+
]

User/Drupal.sublime-build

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"cmd": ["phpcs", "--report=emacs", "--standard=Drupal", "--extensions=php,module,inc,install,test,profile,theme", "$file"],
3+
"file_regex": "^(.*):(.*):(.*):(.*)$"
4+
}

User/Drupal.sublime-completions

+10,862
Large diffs are not rendered by default.

User/Gist.sublime-settings

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
// Your username on GitHub
3+
"username": "georgemastro",
4+
5+
// Your password on GitHub
6+
"password": "mastro100",
7+
8+
// Proxy server
9+
// Format: "http://user:pass@proxy:port"
10+
"https_proxy": ""
11+
}

User/Global.sublime-settings

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Place user-specific overrides in this file, to ensure they're preserved
2+
// when upgrading
3+
{
4+
}

0 commit comments

Comments
 (0)