BasedOnStyle: LLVM
IncludeBlocks: Regroup
IncludeCategories:
  - Regex: '^".*"'
    Priority: 1
  - Regex: '^<.*\.(h|hpp)>'
    Priority: 2
  - Regex: "^<Eigen/.*>"
    Priority: 2
  - Regex: "^<.*>"
    Priority: 3
PointerAlignment: Left
Standard: c++20
