diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000000..e22175e5629 --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +# This coding convention's solely goal is to approximately match the current code style. +# It MUST not be intended in any other way until a real and definitive coding convention is put in. +--- +BreakBeforeBraces: GNU +ColumnLimit: 0 +IndentWidth: 4 +Language: Cpp +SpaceBeforeParens: Never +Standard: Auto +UseTab: Always \ No newline at end of file