force all enums newlined if there is more than one line

This commit is contained in:
Daniel Gavin
2021-04-23 23:42:53 +02:00
parent 5fba548aa0
commit 87bfd31664
2 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Line :: struct {
}
/*
Represents an singular token in a unwrapped line
Represents a singular token in a unwrapped line
*/
Format_Token :: struct {
kind: tokenizer.Token_Kind,