gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 87ba15b6f4313da224f19b2896cad954101f0c0b
parent ad94f153a7cc1ba057ff3425bd03ef4f94f2297f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 11 Aug 2021 19:43:29 +0200

clarify tab usage in clang-format

Diffstat:
Msource/.clang-format | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/.clang-format b/source/.clang-format @@ -35,4 +35,5 @@ IndentWidth: 4 MaxEmptyLinesToKeep: 2 NamespaceIndentation: All TabWidth: 4 +UseTab: Always ...