Added scaffolding

This is from https://github.com/TheLartians/ModernCppStarter/
This commit is contained in:
Tobias Schmidl 2023-08-12 13:34:40 +02:00
parent 504e2e3170
commit 044e38732d
8 changed files with 383 additions and 0 deletions

9
.clang-format Normal file
View file

@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
BasedOnStyle: Mozilla
IndentWidth: 4
...
# vim: set filetype=yaml: