Skip to content

Commit 4a9ed3e

Browse files
committed
Disable indent corrections for 2.0-alpha.9517
With build 2.0-alpha.9517 a string value is not treated as a boolean. Presumably the value should be changed to ‘emptyLines’ but that will enable indent corrections for people using earlier builds, so we are delaying that change.
1 parent 53c4fd6 commit 4a9ed3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Preferences/Disable Indention Correction.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>settings</key>
1010
<dict>
1111
<key>disableIndentCorrections</key>
12-
<string>1</string>
12+
<true/>
1313
<key>indentOnPaste</key>
1414
<string>simple</string>
1515
</dict>

0 commit comments

Comments
 (0)