diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..17177ad0a --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +Language: Cpp +BasedOnStyle: Google +ColumnLimit: 100 +...