From: Andreas Schneider Date: Tue, 26 Oct 2021 07:20:32 +0000 (+0200) Subject: editorconfig: Heimdal has mixed spaces and tabs with different width X-Git-Tag: ldb-2.5.0~342 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=866c16332771d2c111534a64374fe18646a19ce3;p=thirdparty%2Fsamba.git editorconfig: Heimdal has mixed spaces and tabs with different width Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Fri Oct 29 10:16:15 UTC 2021 on sn-devel-184 --- diff --git a/.editorconfig b/.editorconfig index 118f88807ea..fef0b553b3f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -30,4 +30,4 @@ tab_width = 4 [source4/heimdal/**.{c,h}] indent_style = space indent_size = 4 -tab_width = 4 +tab_width = 8