azihassan / devilutionX

Diablo build for modern operating systems
Other
4 stars 1 forks source link

Fix formatting #10

Closed azihassan closed 4 days ago

azihassan commented 6 days ago

New code should respect the existing conventions to pass this workflow

azihassan commented 4 days ago

I created a list of changed files with git diff master >> to_format then formatted the .c/.cpp/.h ones with clang-format -style=file -i path/to/file

It should probably go into a git hook.