diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..89deb07 --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +SortIncludes: false \ No newline at end of file diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..89deb07 --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +SortIncludes: false \ No newline at end of file diff --git a/utest.h b/utest.h index 5ee26e0..1125551 100644 --- a/utest.h +++ b/utest.h @@ -75,8 +75,8 @@ #endif #pragma warning(push, 1) -#include #include +#include #pragma warning(pop) #elif defined(__linux__)