mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 23:14:59 -07:00
Fix loads of indentation issues with mixing spaces and tabs
This commit is contained in:
@@ -242,7 +242,7 @@ is_enclosing_mark :: proc(r: rune) -> bool {
|
||||
0x20DD ..= 0x20E0,
|
||||
0x20E2 ..= 0x20E4,
|
||||
0xA670 ..= 0xA672:
|
||||
return true
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user