diff options
Diffstat (limited to 'test/external/metalang99/.clang-format')
| -rw-r--r-- | test/external/metalang99/.clang-format | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/external/metalang99/.clang-format b/test/external/metalang99/.clang-format new file mode 100644 index 0000000..a195560 --- /dev/null +++ b/test/external/metalang99/.clang-format @@ -0,0 +1,17 @@ +Language: Cpp +BasedOnStyle: LLVM + +IndentWidth: 4 +ContinuationIndentWidth: 4 +ColumnLimit: 100 + +AllowShortFunctionsOnASingleLine: Empty +AllowAllArgumentsOnNextLine: false +BinPackArguments: false +AllowAllParametersOfDeclarationOnNextLine: true +BinPackParameters: true + +AlignConsecutiveMacros: true +AlignAfterOpenBracket: AlwaysBreak + +StatementMacros: ["ML99_EVAL", "ML99_CLANG_PRAGMA", "ML99_GCC_PRAGMA"] |