diff options
author | Max Christian Pohle | 2017-05-25 02:40:18 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-05-25 02:40:18 +0200 |
commit | e8c784a9502bbaa8d3c47b2fc60884311632d968 (patch) | |
tree | 9ea1f06cd80f4c60765c4ef62708913629d54830 /.clang-format | |
parent | ff7774def5479996e2acb77ddd942c036134453d (diff) | |
download | binwatch-mini-e8c784a9502bbaa8d3c47b2fc60884311632d968.tar.bz2 binwatch-mini-e8c784a9502bbaa8d3c47b2fc60884311632d968.zip |
Simple counter (in seconds)
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..b8ecd2e --- /dev/null +++ b/.clang-format | |||
@@ -0,0 +1,5 @@ | |||
1 | BasedOnStyle: Webkit | ||
2 | IndentWidth: 2 | ||
3 | BreakBeforeBraces: Allman | ||
4 | AllowShortIfStatementsOnASingleLine: false | ||
5 | ColumnLimit: 120 | ||