Squashed 'deps/nfde/' content from commit 28ade5a5c

git-subtree-dir: deps/nfde
git-subtree-split: 28ade5a5cc5d17cea8fe4034572cac8fd54eb53f
This commit is contained in:
2022-05-25 20:36:50 -05:00
commit 004534c8e7
31 changed files with 4827 additions and 0 deletions

11
.clang-format Normal file
View File

@ -0,0 +1,11 @@
---
BasedOnStyle: Chromium
IndentWidth: 4
BinPackArguments: false
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
---
Language: Cpp
---
Language: ObjC