https://github.com/seahorn/seahorn
Raw File
Tip revision: 6a3c3b1e5c103c3a27f78bb1b00a9a2255c0d3fc authored by Jakub Kuderski on 23 July 2019, 14:57:08 UTC
Mark the branch as deprecated in README
Tip revision: 6a3c3b1
.clang-format
---
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: All
IndentWidth: '2'

...
back to top