From 4353a1ba04618dbeeb05ded653e99f1501fa7b60 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Fri, 19 Jul 2019 12:17:26 -0500 Subject: Initial .clang-format file. This isn't applied everywhere, and I may fiddle with the default style, but I wanted something for targeted clang-formatting. --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..beda65b --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: LLVM +--- +Language: Cpp + -- cgit v1.2.3