summaryrefslogtreecommitdiff
path: root/app/src/behaviors/behavior_none.c
AgeCommit message (Collapse)Author
2020-09-14chore: clang-format the codebase.Pete Johanson
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-08-27fix(behavior): none should not be transparentCody McGinnis
2020-08-18feat(behaviors): Add &none behaviorPete Johanson