nshell/.clang-format

11 lines
163 B
Plaintext
Raw Permalink Normal View History

2021-08-31 15:52:53 +02:00
---
BasedOnStyle: LLVM
AlignEscapedNewlines: Left
ColumnLimit: '130'
IndentWidth: '4'
NamespaceIndentation: All
SpacesInParentheses: 'false'
TabWidth: '4'
...