diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..ee13ebf --- /dev/null +++ b/.clang-format @@ -0,0 +1,14 @@ +# YIO project style configuration +# +# https://clang.llvm.org/docs/ClangFormatStyleOptions.html + +BasedOnStyle: Google + +IndentWidth: 4 +ColumnLimit: 120 + +AccessModifierOffset: -3 +AlignConsecutiveDeclarations: true + +AllowShortFunctionsOnASingleLine: Inline +