- Bartin, Turkey
- https://furkanmudanyali.com
-
hello
- Joined on
2023-10-18
I say this and still change things. Apparently with clang-format 15 you can format control statements to always have braces. Also added linebreak at EOF because Windows doesn't do it for…
After a very throughout peer review of clang-format settings with @sateallia, we have decided to change alignment options with commit 7f0a2072208b63413ebcc0bb20a0278e579f6376, it should be noted…
Integrated clang-format with custom config in 722d59a3e0711ec517b9045e34cd718c8c7c3490 Added a git hook and script to deploy it in b96da58deff10aaf121ad5bfc750432af5a4b0d8 The hook will run git…
On another note, first I tried C89 and changed all // comments with /**/, then later realized C89 does not support variable sized arrays and that is really not good, but i also didn't want to…