1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Add clang-format config

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-07 13:17:29 +02:00 committed by Steffen Vogel
parent ecfb9a7897
commit 8a86051f3f

6
common/.clang-format Normal file
View file

@ -0,0 +1,6 @@
---
BasedOnStyle: LLVM
# Disable automatic line-breaks in comments
# as this breaks SPDX headers
ReflowComments: false