Added clang-format

This commit is contained in:
BlackMark 2019-07-26 13:46:30 +02:00
parent cf3e0664b5
commit 82a6b179df
2 changed files with 13 additions and 1 deletions

13
.clang-format Normal file
View File

@ -0,0 +1,13 @@
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
...

1
.gitignore vendored
View File

@ -2,4 +2,3 @@
Release
Debug
*.componentinfo.xml
avrdude.bat