Skip to content

Commit

Permalink
Fix "static func" indent error (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimisticQuan authored Mar 19, 2022
1 parent f21d751 commit 293cc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/gdscript-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
["{", "}"]
],
"indentationRules": {
"increaseIndentPattern": "^\\s*((class|func|else|elif|for|if|match|while|enum)|(.*\\sdo\\b))\\b[^\\{;]*$",
"increaseIndentPattern": "^\\s*((class|static func|func|else|elif|for|if|match|while|enum)|(.*\\sdo\\b))\\b[^\\{;]*$",
"decreaseIndentPattern": "^\\s*([}\\]]([,)]?\\s*(#|$)|\\.[a-zA-Z_]\\w*\\b)|(else|elif)\\b)"
},
"folding": {
Expand Down

0 comments on commit 293cc8c

Please sign in to comment.