Add clang-format command

This commit is contained in:
Rodrigo Arias 2022-09-30 10:28:21 +02:00
parent 99793dba10
commit 4f6d12dc0a

View File

@ -1,3 +1,6 @@
# Reformat all source files from the root directory with:
# clang-format -i $(find . -name '*.[ch]')
---
Language: Cpp
BasedOnStyle: LLVM