summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-08-26 07:44:40 +0000
committerGitHub <noreply@github.com>2023-08-26 07:44:40 +0000
commit97240237585db9abac22eb214f1865694706af1e (patch)
tree46384ad17c988d679b4137805a3dbc9212a50629 /.clang-format
parenteea5987f379cd76786ace382da09dd687ecca28a (diff)
parentdaacad489a4cd2a080c8bb811d9c8fb26c80b7cb (diff)
downloadabaddon-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-format2
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