1
0

LAV: Add .clang-format file to disable formatting

This commit is contained in:
Hendrik Leppkes 2020-04-21 11:44:18 +02:00
parent ddb1366654
commit 61d6b18c30
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5

3
.clang-format Normal file
View File

@ -0,0 +1,3 @@
IndentWidth: 4
UseTab: Never
DisableFormat: true