Skip to content

Commit 2a8a31e

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 4b671e5 commit 2a8a31e

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)