Skip to content
  • Oliver Papst's avatar
    Add code formatting styles (clang, cmake, black) · fac182ab
    Oliver Papst authored
    - The current code base is mostly consistent with the LLVM style.
      The brace style seems to be inconsistent, but is close to the
      default (BS_Attach). A line length limit of 120 was chosen.
    - Add black code formatter, adjust flake8 config
    - Add .cmake-format.yaml
    - Add .clang-tidy
    fac182ab