diff options
author | Max Christian Pohle | 2017-06-05 16:24:20 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-06-05 16:24:20 +0200 |
commit | acf1faceeeb6461bb3c8c8266507151193f649b1 (patch) | |
tree | 89623374c3ba4a9288d82f51505374ac4ad24d25 /software/.clang-format | |
parent | 255dcc3f40ed28aeb3da883c34547ffa781dc749 (diff) | |
parent | e2b37ffacd2b3e76fd849fc046466568d5ac0779 (diff) | |
download | binwatch-mini-acf1faceeeb6461bb3c8c8266507151193f649b1.tar.bz2 binwatch-mini-acf1faceeeb6461bb3c8c8266507151193f649b1.zip |
Add 'software/' from commit 'e2b37ffacd2b3e76fd849fc046466568d5ac0779'
git-subtree-dir: software
git-subtree-mainline: 255dcc3f40ed28aeb3da883c34547ffa781dc749
git-subtree-split: e2b37ffacd2b3e76fd849fc046466568d5ac0779
Diffstat (limited to 'software/.clang-format')
-rw-r--r-- | software/.clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/software/.clang-format b/software/.clang-format new file mode 100644 index 0000000..b8ecd2e --- /dev/null +++ b/software/.clang-format | |||
@@ -0,0 +1,5 @@ | |||
1 | BasedOnStyle: Webkit | ||
2 | IndentWidth: 2 | ||
3 | BreakBeforeBraces: Allman | ||
4 | AllowShortIfStatementsOnASingleLine: false | ||
5 | ColumnLimit: 120 | ||