Current section

Files

Jump to
libsodium c_src .clang-format
Raw

c_src/.clang-format

---
Language: Cpp
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterDefinitionReturnType: true
BreakBeforeBraces: Linux
ColumnLimit: 132
IndentWidth: 4
SortIncludes: false
...