LICENSE, copyright, and formatting

This commit is contained in:
Carl Pearson
2022-01-17 13:12:14 -07:00
parent cbd549f737
commit e8d0687f44
11 changed files with 245 additions and 35 deletions

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.clang_format_style": "{ColumnLimit: 100}"
}