OdysseyDecomp/tools
MonsterDruide1 69d81ebd91
Custom format validation (Linting) (#17)
* Add script to verify formatting
* Add newline to end of files
* Add `#pragma once` to top of headers
* Add own header to includes at top of source files
* Remove useless namespace qualifiers
* Sort visibility modifiers correctly
* Format `#include`s in three blocks
* Remove `;` after namespaces
* Add for custom style checking to `lint`-GitHub-Action
* Format: No "// 0x" offset comments
* Remove macros from padding
2024-01-07 00:33:09 +01:00
..
common@2203457161 Update submodules and proper compiler setup 2023-08-08 12:50:29 +02:00
build.py Rework build system: Globbing and build script 2023-08-13 17:01:01 +02:00
check-format.py Custom format validation (Linting) (#17) 2024-01-07 00:33:09 +01:00
config.toml Adjust config.toml for clang-3.9.1 2023-08-13 21:55:11 +02:00
setup.py Add workflow for progress 2023-10-10 15:55:00 +02:00