feat: Added indent filter (#188)
This commit is contained in:
@@ -70,6 +70,10 @@ public struct Variable : Equatable, Resolvable {
|
||||
if let number = Number(variable) {
|
||||
return number
|
||||
}
|
||||
// Boolean literal
|
||||
if let bool = Bool(variable) {
|
||||
return bool
|
||||
}
|
||||
|
||||
for bit in lookup() {
|
||||
current = normalize(current)
|
||||
|
||||
Reference in New Issue
Block a user