SeekyCt / spm-decomp

WIP 1:1 decompilation of Super Paper Mario

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add clang-format file

vabold opened this issue · comments

commented

An auto-formatter with the formatting rules this repo uses would be helpful. The two noteworthy rules are:

// Newline brackets
void function()
{
    // Space before and after *
    int * a;
}