changed line width for clang-format to 100

This commit is contained in:
Moritz Gmeiner 2023-10-04 15:46:12 +02:00
commit 6fc5a660fe

View file

@ -1,6 +1,8 @@
--- ---
BasedOnStyle: Google BasedOnStyle: Google
IndentWidth: 4 IndentWidth: 4
ColumnLimit: 100
--- ---
Language: Cpp Language: Cpp