matthewbdwyer / tipc

A compiler from TIP to llvm bitcode
MIT License
65 stars 39 forks source link

Code styling #92

Closed nicholasphair closed 1 year ago

nicholasphair commented 1 year ago

Formats source code according to LLVM style guides. Also uses cmake-format for consistency across cmake source.

This also adds a pre-commit hook which can be installed to check formatting before each commit.