From: Luke Lau Date: Wed, 11 Mar 2020 23:14:13 +0000 (+0000) Subject: Add a .clang-format X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=commitdiff_plain;h=f48760f965e2feb67019089286a093b015eb05d0 Add a .clang-format --- diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..fc35d1d --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +TabWidth: 4 +UseTab: ForContinuationAndIndentation