Skip to content

Commit b0b16ca

Browse files
committed
Add a clang-format configuration
.clang-format: Add a clang-format configuration file based on the WebKit style, that enforces a 120 char column length and tabs for indentation (of length four).
1 parent 081d8cf commit b0b16ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.clang-format

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
BasedOnStyle: WebKit
3+
AlignAfterOpenBracket: Align
4+
ColumnLimit: 120
5+
CompactNamespaces: true
6+
TabWidth: 4
7+
UseTab: ForIndentation

0 commit comments

Comments
 (0)