reduce line length in clang-format to 90

This commit is contained in:
2025-11-05 16:29:49 +01:00
parent fe2c7bfe23
commit 974f35541d

View File

@@ -1,6 +1,6 @@
--- ---
BasedOnStyle: LLVM BasedOnStyle: LLVM
ColumnLimit: "120" ColumnLimit: "90"
IndentWidth: "4" IndentWidth: "4"
TabWidth: "4" TabWidth: "4"
UseTab: Always UseTab: Always