qiskit/.clang-format

8 lines
101 B
YAML

---
BasedOnStyle: LLVM
ColumnLimit: '100'
IndentWidth: '4'
Language: Cpp
TabWidth: '4'
UseTab: Never