diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-26 07:44:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 07:44:40 +0000 |
commit | 97240237585db9abac22eb214f1865694706af1e (patch) | |
tree | 46384ad17c988d679b4137805a3dbc9212a50629 /.clang-format | |
parent | eea5987f379cd76786ace382da09dd687ecca28a (diff) | |
parent | daacad489a4cd2a080c8bb811d9c8fb26c80b7cb (diff) | |
download | abaddon-portaudio-97240237585db9abac22eb214f1865694706af1e.tar.gz abaddon-portaudio-97240237585db9abac22eb214f1865694706af1e.zip |
Merge pull request #195 from uowuo/rnnoise
Use rnnoise for VAD
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 074ecf0..6bd8ca0 100644 --- a/.clang-format +++ b/.clang-format @@ -35,7 +35,7 @@ DerivePointerAlignment: 'false' FixNamespaceComments: 'true' IncludeBlocks: Merge IndentCaseLabels: 'true' -IndentPPDirectives: BeforeHash +IndentPPDirectives: None IndentWidth: '4' IndentWrappedFunctionNames: 'false' JavaScriptQuotes: Double |