https://github.com/crocs-muni/CryptoStreams
Revision 9faff5235182fd05b458587f5d0c7e9eab7e94df authored by Dušan Klinec on 18 September 2022, 12:54:26 UTC, committed by GitHub on 18 September 2022, 12:54:26 UTC
chore(eacirc): bump eacirc submodule to the master
2 parent s ea5341c + be6e37c
Raw File
Tip revision: 9faff5235182fd05b458587f5d0c7e9eab7e94df authored by Dušan Klinec on 18 September 2022, 12:54:26 UTC
Merge pull request #115 from crocs-muni/pr/eacirc-submod
Tip revision: 9faff52
.clang-format
---
BasedOnStyle:    LLVM
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
ContinuationIndentWidth: 4
ColumnLimit: 100
IndentWidth: 4
NamespaceIndentation: None
PointerAlignment: Right
...
back to top