# Contributing to the SSX Decompilation # Commit message formatting ``` (optional: [ci skip]) Some small commit description here A longer description of what this commit does, alongside any description of unrelated changes, if applicable. ``` # Code formatting We use clang-format. Pretty much, just make sure you run `clang-format` on any PR code. Please also look at the styleguide for naming concerns.