nshell/.clang-format

11 lines
163 B
YAML

---
BasedOnStyle: LLVM
AlignEscapedNewlines: Left
ColumnLimit: '130'
IndentWidth: '4'
NamespaceIndentation: All
SpacesInParentheses: 'false'
TabWidth: '4'
...