From bfc6209265fa5cbfb67c95580da883c6f1a76466 Mon Sep 17 00:00:00 2001 From: Cyano Hao Date: Tue, 25 Jun 2024 07:57:09 +0800 Subject: [PATCH] build otfcc as c++ --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index d33dc46..12d5a9a 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ BasedOnStyle: LLVM +ColumnLimit: 100 IndentWidth: 4 TabWidth: 4 UseTab: ForIndentation