coturn/src/apps/peer
Michael Jones da332ed9e7
Add the InsertBraces command for clang-format to ensure that all conditionals always have braces (#1408)
- Why? Because code where conditionals lack braces is much harder to read, and prone to indentation confusion.
- How? Just added an extra flag to .clang-format and re-ran clang-format on all the files.

I also moved .clang-format up to the top level of the repo so that it can be applied to the fuzz targets as well.
2024-01-27 16:38:40 -08:00
..
CMakeLists.txt Support Windows MSVC (#855) 2022-10-28 19:32:23 -07:00
mainudpserver.c Add the InsertBraces command for clang-format to ensure that all conditionals always have braces (#1408) 2024-01-27 16:38:40 -08:00
udpserver.c Add the InsertBraces command for clang-format to ensure that all conditionals always have braces (#1408) 2024-01-27 16:38:40 -08:00
udpserver.h Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00