xref: /aosp_15_r20/external/pytorch/ios/TestApp/.clang-format (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1BasedOnStyle: Google
2
3AlignOperands: false
4AllowShortIfStatementsOnASingleLine: false
5AllowShortLoopsOnASingleLine: false
6BreakBeforeTernaryOperators: false
7ColumnLimit: 100
8PointerBindsToType: false
9