We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb283b commit 780a970Copy full SHA for 780a970
1 file changed
Preferences/Miscellaneous.plist
@@ -11,7 +11,7 @@
11
<key>decreaseIndentPattern</key>
12
<string>^\s*(elif|else|except|finally)\b.*:|^\s*(\}|\])</string>
13
<key>increaseIndentPattern</key>
14
- <string>^\s*(class|def|elif|else|except|finally|for|if|try|with|while)\b.*:\s*$|(\{|\[)\s*$</string>
+ <string>^\s*(class|((async\s+)?(def|with|for))|elif|else|except|finally|if|try|while)\b.*:\s*$|(\{|\[)\s*$</string>
15
<key>shellVariables</key>
16
<array>
17
<dict>
0 commit comments