chore: Unify .clang-format file (#5037)

* chore: Unify all .clang-format files in the root dir

* Update `scripts/check-format.sh` to include all source dirs

* Add changelog entry
This commit is contained in:
pajlada
2023-12-17 14:50:42 +01:00
committed by GitHub
parent 0395b692e4
commit 269e7a07b4
6 changed files with 2 additions and 157 deletions
+1
View File
@@ -92,6 +92,7 @@
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Fixed deadlock and use-after-free in tests. (#4981)
- Dev: Moved all `.clang-format` files to the root directory. (#5037)
- Dev: Load less message history upon reconnects. (#5001, #5018)
- Dev: Load less message history upon reconnects. (#5001)
- Dev: BREAKING: Replace custom `import()` with normal Lua `require()`. (#5014)