We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b6e07 commit c81751dCopy full SHA for c81751d
.clang-format
@@ -1,2 +1,5 @@
1
BasedOnStyle: Google
2
IndentWidth: 4
3
+
4
+DerivePointerAlignment: false
5
+PointerAlignment: Right
CMakeLists.txt
@@ -17,6 +17,8 @@ cmake_minimum_required(VERSION 3.1)
17
set(H3_PREFIX "" CACHE STRING "Prefix for exported symbols")
18
set(H3_ALLOC_PREFIX "" CACHE STRING "Prefix for allocation functions")
19
20
+# Do not try to append extensions to source files
21
+cmake_policy(SET CMP0115 NEW)
22
# Needed due to CMP0042
23
set(CMAKE_MACOSX_RPATH 1)
24
# YCM needs compilation database
0 commit comments