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:
M | source/.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 ...