---
BasedOnStyle: LLVM
Standard: c++17
IndentWidth: 4
UseTab: Never
ColumnLimit: 80
PointerAlignment: Right
AllowShortLambdasOnASingleLine: All
ConstructorInitializerAllOnOneLineOrOnePerLine: true
# CuTe / CUTLASS headers are include-order-sensitive (cute/tensor.hpp must come
# first); never reorder includes.
SortIncludes: false
