diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:26 +0000 |
commit | d6e1d2323492fd53d142c79c1816f132ec161b83 (patch) | |
tree | 71fb9778de5e8ef50446e7d32b07f088e4ede23a /.editorconfig | |
parent | Adding upstream version 13.16. (diff) | |
download | debhelper-upstream/13.17.tar.xz debhelper-upstream/13.17.zip |
Adding upstream version 13.17.upstream/13.17
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 3cca0bf..2e267c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ indent_style = space [*.{pl,pm}] indent_style = tab + +[dh_*] +indent_style = tab |