mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-23 12:20:59 +08:00
add .clang-format
This commit is contained in:
14
.clang-format
Normal file
14
.clang-format
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
BasedOnStyle: Google
|
||||
IndentWidth: '4'
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Middle
|
||||
ColumnLimit: 160
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortBlocksOnASingleLine: 'false'
|
||||
AllowShortCaseLabelsOnASingleLine: 'false'
|
||||
AllowShortIfStatementsOnASingleLine: 'false'
|
||||
AllowShortLoopsOnASingleLine: 'false'
|
||||
SpaceAfterCStyleCast: 'true'
|
||||
|
||||
...
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ build
|
||||
build-em
|
||||
compile_commands.json
|
||||
.clangd
|
||||
.vimspector.json
|
||||
|
||||
Reference in New Issue
Block a user