diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..a0e638725 --- /dev/null +++ b/.clang-format @@ -0,0 +1,6 @@ +Language: Cpp +IndentWidth: 4 +ColumnLimit: 130 +PointerAlignment: Right +BreakBeforeBraces: Linux +AllowShortFunctionsOnASingleLine: Inline