Skip to content

Commit 30d3ca2

Browse files
committed
Disable indentation rules inside strings, fixes textmate#26.
1 parent 933fafe commit 30d3ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Preferences/Indentation Rules.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>Indentation Rules</string>
77
<key>scope</key>
8-
<string>source.php</string>
8+
<string>source.php -string</string>
99
<key>settings</key>
1010
<dict>
1111
<key>decreaseIndentPattern</key>

0 commit comments

Comments
 (0)