name Indent scope source.coffee settings decreaseIndentPattern ^\s*(\}|\]|else|catch|finally)$ increaseIndentPattern (?x) ^\s* (.*class |[a-zA-Z\$_](\w|\$|:|\.)*\s*(?=\:(\s*\(.*\))?\s*((=|-)>\s*$)) # function that is not one line |[a-zA-Z\$_](\w|\$|\.)*\s*(:|=)\s*((if|while)(?!.*?then)|for|$) # assignment using multiline if/while/for |(if|while)\b(?!.*?then)|for\b |(try|finally|catch\s+\S.*)\s*$ |.*[-=]>$ |.*[\{\[]$)