diff --git a/.clang-format b/.clang-format index cac41ca..20a5893 100644 --- a/.clang-format +++ b/.clang-format @@ -27,7 +27,7 @@ BreakBeforeTernaryOperators: 'true' BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon BreakStringLiterals: 'true' -ColumnLimit: '110' +ColumnLimit: '130' CompactNamespaces: 'false' ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' ConstructorInitializerIndentWidth: '4' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c37eda..98a2ed1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,10 +32,7 @@ jobs: matrix: compiler: [ - "GCC 8", - "GCC 9", "GCC 10", - "Clang 9", "Clang 10", # (CI related error) "Clang 11", "Clang 12" diff --git a/src/libunicode/CMakeLists.txt b/src/libunicode/CMakeLists.txt index 2fbb9a7..59dfcee 100644 --- a/src/libunicode/CMakeLists.txt +++ b/src/libunicode/CMakeLists.txt @@ -158,6 +158,7 @@ target_include_directories(unicode PUBLIC $