summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-10-26 09:20:32 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-10-29 10:16:15 +0000
commit866c16332771d2c111534a64374fe18646a19ce3 (patch)
tree5bb8abd353eacefc2d2a4fde5b148db9456b2e98 /.editorconfig
parent7f6f4777b4081dbfcd875bf6dcbbab03a1fa413d (diff)
downloadsamba-866c16332771d2c111534a64374fe18646a19ce3.tar.gz
editorconfig: Heimdal has mixed spaces and tabs with different width
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Oct 29 10:16:15 UTC 2021 on sn-devel-184
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
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