Initial commit

This commit is contained in:
BlackMark 2019-07-27 13:11:34 +02:00
commit 1bf2a07bc3
4 changed files with 26 additions and 0 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
...

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
*.h eol=lf
*.hpp eol=lf
*.c eol=lf
*.cpp eol=lf
.git* eol=lf
*.vcxproj* eol=crlf
*.cppproj eol=crlf
*.sln eol=crlf
*.atsln eol=crlf

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.vs
Release
Debug
*.componentinfo.xml

0
flash.hpp Normal file
View File