Add clang-format config file

This is used in preparation to enable automatic code-formatting in the
following commits.  For now let's just add a clang-format config file,
formatting of source files will follow.

related: #16019

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Luca Saccarola
2024-11-19 22:53:12 +01:00
committed by Christian Brabandt
parent 4927daef60
commit 8bc4d25abe
2 changed files with 255 additions and 0 deletions

View File

@ -17,6 +17,7 @@ SRC_ALL = \
.gitignore \
.hgignore \
.appveyor.yml \
.clang-format \
.codecov.yml \
.editorconfig \
ci/appveyor.bat \