diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-18 02:02:39 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-18 02:02:39 -0400 |
commit | be2ab2ef3122dd78cbbce835d056ca59f5042cd4 (patch) | |
tree | 10c8d02bcac437ff37b1fc6b7e812c1af165c76f /.clang-format | |
parent | 7bc6116e213ae128fc403d8f28862513f00a2276 (diff) | |
download | abaddon-portaudio-be2ab2ef3122dd78cbbce835d056ca59f5042cd4.tar.gz abaddon-portaudio-be2ab2ef3122dd78cbbce835d056ca59f5042cd4.zip |
support mindeps build without rnnoise
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 |