Sign in
flutter
/
third_party
/
inja
/
80005c19b5682ce620999c816a932bedfe9df6d2
/
.
/
.clang-format
blob: 3a4829484a892500b1189d569a81e1fd122e57c7 [
file
] [
log
] [
blame
]
---
BasedOnStyle
:
LLVM
IndentWidth
:
2
ColumnLimit
:
160
---
Language
:
Cpp
SpaceBeforeCpp11BracedList
:
true
PointerAlignment
:
Left
AllowShortFunctionsOnASingleLine
:
Empty
AllowShortBlocksOnASingleLine
:
Empty
SpaceBeforeCtorInitializerColon
:
false
...