aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMax Christian Pohle2017-05-25 02:40:18 +0200
committerMax Christian Pohle2017-05-25 02:40:18 +0200
commite8c784a9502bbaa8d3c47b2fc60884311632d968 (patch)
tree9ea1f06cd80f4c60765c4ef62708913629d54830 /.clang-format
parentff7774def5479996e2acb77ddd942c036134453d (diff)
downloadbinwatch-mini-e8c784a9502bbaa8d3c47b2fc60884311632d968.tar.bz2
binwatch-mini-e8c784a9502bbaa8d3c47b2fc60884311632d968.zip
Simple counter (in seconds)
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
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 @@
1BasedOnStyle: Webkit
2IndentWidth: 2
3BreakBeforeBraces: Allman
4AllowShortIfStatementsOnASingleLine: false
5ColumnLimit: 120
..