Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15417192
D9673.id23217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D9673.id23217.diff
View Options
diff --git a/.editorconfig b/.editorconfig
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,5 +11,15 @@
trim_trailing_whitespace = false
insert_final_newline = false
+[src/parser/__tests__/languageguesser/*]
+indent_style =
+
[Makefile]
indent_style = tab
+
+[externals/**]
+; Use editor default (possible autodetection).
+indent_style =
+indent_size =
+trim_trailing_whitespace = false
+insert_final_newline = false
diff --git a/resources/textmate/local_definition.tmCommand b/resources/textmate/local_definition.tmCommand
--- a/resources/textmate/local_definition.tmCommand
+++ b/resources/textmate/local_definition.tmCommand
@@ -2,10 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>beforeRunningCommand</key>
- <string>nop</string>
- <key>command</key>
- <string>#!/usr/bin/env php
+ <key>beforeRunningCommand</key>
+ <string>nop</string>
+ <key>command</key>
+ <string>#!/usr/bin/env php
<?php
if (getenv('TM_SELECTED_TEXT')) {
@@ -62,19 +62,20 @@
exec('/usr/bin/env mate '.escapeshellarg($target).' -l '.escapeshellarg($line));
</string>
- <key>fallbackInput</key>
- <string>word</string>
- <key>input</key>
- <string>selection</string>
- <key>keyEquivalent</key>
- <string>@ </string>
- <key>name</key>
- <string>Open Definition (PHP, Local Git)</string>
- <key>output</key>
- <string>showAsTooltip</string>
- <key>scope</key>
- <string>source.php</string>
- <key>uuid</key>
- <string>0D267B50-2E9C-4B48-9D0C-0FB8E9807552</string>
+ <key>fallbackInput</key>
+ <string>word</string>
+ <key>input</key>
+ <string>selection</string>
+ <key>keyEquivalent</key>
+ <string>@
+</string>
+ <key>name</key>
+ <string>Open Definition (PHP, Local Git)</string>
+ <key>output</key>
+ <string>showAsTooltip</string>
+ <key>scope</key>
+ <string>source.php</string>
+ <key>uuid</key>
+ <string>0D267B50-2E9C-4B48-9D0C-0FB8E9807552</string>
</dict>
</plist>
diff --git a/resources/textmate/php_property.tmSnippet b/resources/textmate/php_property.tmSnippet
--- a/resources/textmate/php_property.tmSnippet
+++ b/resources/textmate/php_property.tmSnippet
@@ -2,8 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>content</key>
- <string>${2:public} function set${1/./\u$0/}(\$${1/[A-Z]+/_\L$0\E/g}) {
+ <key>content</key>
+ <string>${2:public} function set${1/./\u$0/}(\$${1/[A-Z]+/_\L$0\E/g}) {
\$this->${1:property} = \$${1/[A-Z]+/_\L$0\E/g};
return \$this;
}
@@ -13,13 +13,13 @@
}
$0</string>
- <key>name</key>
- <string>PHP Property</string>
- <key>scope</key>
- <string>source.php</string>
- <key>tabTrigger</key>
- <string>prop</string>
- <key>uuid</key>
- <string>7C1971CD-6BC0-433B-8604-9F008B6CC29D</string>
+ <key>name</key>
+ <string>PHP Property</string>
+ <key>scope</key>
+ <string>source.php</string>
+ <key>tabTrigger</key>
+ <string>prop</string>
+ <key>uuid</key>
+ <string>7C1971CD-6BC0-433B-8604-9F008B6CC29D</string>
</dict>
</plist>
diff --git a/resources/textmate/trailing_whitespace.tmMacro b/resources/textmate/trailing_whitespace.tmMacro
--- a/resources/textmate/trailing_whitespace.tmMacro
+++ b/resources/textmate/trailing_whitespace.tmMacro
@@ -2,42 +2,42 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>commands</key>
- <array>
- <dict>
- <key>argument</key>
- <dict>
- <key>beforeRunningCommand</key>
- <string>nop</string>
- <key>command</key>
- <string>perl -pe 's/[\t ]+$//g'</string>
- <key>input</key>
- <string>document</string>
- <key>output</key>
- <string>replaceDocument</string>
- </dict>
- <key>command</key>
- <string>executeCommandWithOptions:</string>
- </dict>
- <dict>
- <key>argument</key>
- <dict>
- <key>beforeRunningCommand</key>
- <string>saveActiveFile</string>
- <key>input</key>
- <string>none</string>
- <key>output</key>
- <string>discard</string>
- </dict>
- <key>command</key>
- <string>executeCommandWithOptions:</string>
- </dict>
- </array>
- <key>keyEquivalent</key>
- <string>@s</string>
- <key>name</key>
- <string>Remove Trailing Space and Save</string>
- <key>uuid</key>
- <string>F61A9B5A-A31E-45C0-8A08-968A50664CC3</string>
+ <key>commands</key>
+ <array>
+ <dict>
+ <key>argument</key>
+ <dict>
+ <key>beforeRunningCommand</key>
+ <string>nop</string>
+ <key>command</key>
+ <string>perl -pe 's/[\t ]+$//g'</string>
+ <key>input</key>
+ <string>document</string>
+ <key>output</key>
+ <string>replaceDocument</string>
+ </dict>
+ <key>command</key>
+ <string>executeCommandWithOptions:</string>
+ </dict>
+ <dict>
+ <key>argument</key>
+ <dict>
+ <key>beforeRunningCommand</key>
+ <string>saveActiveFile</string>
+ <key>input</key>
+ <string>none</string>
+ <key>output</key>
+ <string>discard</string>
+ </dict>
+ <key>command</key>
+ <string>executeCommandWithOptions:</string>
+ </dict>
+ </array>
+ <key>keyEquivalent</key>
+ <string>@s</string>
+ <key>name</key>
+ <string>Remove Trailing Space and Save</string>
+ <key>uuid</key>
+ <string>F61A9B5A-A31E-45C0-8A08-968A50664CC3</string>
</dict>
</plist>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 3:54 PM (3 d, 41 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7526303
Default Alt Text
D9673.id23217.diff (5 KB)
Attached To
Mode
D9673: Minor whitespace changes.
Attached
Detach File
Event Timeline
Log In to Comment