diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000000..effc6267d3e --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +Language: Cpp +BasedOnStyle: Google +IndentWidth: 4 +ColumnLimit: 120 +SortIncludes: false