diff --git a/.clang-format b/.clang-format index 3003f59..7ba2003 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ BasedOnStyle: Google IndentWidth: 4 AlignConsecutiveMacros: AcrossEmptyLines -AlignConsecutiveDeclarations: true +AlignConsecutiveDeclarations: AcrossEmptyLines AlignConsecutiveAssignments: AcrossEmptyLinesAndComments BreakBeforeBraces: Custom BraceWrapping: diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..8ccd448 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,4 @@ +Checks: > + *, + -altera-unroll-loops, + -hicpp-no-assembler \ No newline at end of file