diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000..37f8707036 --- /dev/null +++ b/.clang-format @@ -0,0 +1,13 @@ +# Google C++ style as base +Language: Cpp +BasedOnStyle: Google + +# Indentation using tabs +UseTab: ForContinuationAndIndentation +TabWidth: 8 +IndentWidth: 8 +ContinuationIndentWidth: 8 +ConstructorInitializerIndentWidth: 8 +AccessModifierOffset: -8 + +ColumnLimit: 120 # Allow more collumns