From be2ab2ef3122dd78cbbce835d056ca59f5042cd4 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:02:39 -0400 Subject: support mindeps build without rnnoise --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') 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 -- cgit v1.2.3