index
:
odin/ols.git
action-organizeImports
ci-changes
fix-ci
fix-stale-error
index-caching
inlay-range
make-ci-work
master
objc-branch
objc-fixes
poly
remove-unused-imports
rename
semantic_tokens_range
test
uri-fix-diagnostics
use-recursion-map
Language server for Odin
Daniel Gavin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
odinfmt
/
tests
/
allman
/
when.odin
blob: 5573c537f0218aedd296481415cbd021343df7d3 (
plain
)
1
2
3
4
5
6
7
8
package
allman
main
::
proc
()
{
TEST
_BOOL
:
=
false
when
TEST
_BOOL
{
}
}