diff options
| author | uxtbd <dev@kthread.dev> | 2026-08-18 15:41:53 +0200 |
|---|---|---|
| committer | uxtbd <dev@kthread.dev> | 2026-08-18 15:41:53 +0200 |
| commit | ad0302ab8213e35070e50beba03d8da5c57f4fc4 (patch) | |
| tree | dd19bf94c36c90e95cb9d26908bed4ba4d351fca /.clang-format | |
| parent | 4init: minimal but functional init (diff) | |
| download | 4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.tar.gz 4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.zip | |
4suite: move to shinobi
Diffstat (limited to '')
| -rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..4097bc5 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +BasedOnStyle: LLVM +Language: Cpp +IndentWidth: 4 +TabWidth: 4 +UseTab: Always |
