diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:45:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:45:07 +0000 |
commit | 3b043b08c9b52424072db56be6636ff44c737e83 (patch) | |
tree | d64185acc33a046c8bb297641a16b01ec167eaa5 /.dir-locals.el | |
parent | Initial commit. (diff) | |
download | initramfs-tools-3b043b08c9b52424072db56be6636ff44c737e83.tar.xz initramfs-tools-3b043b08c9b52424072db56be6636ff44c737e83.zip |
Adding upstream version 0.142.upstream/0.142upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .dir-locals.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..e91b46a --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,8 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((sh-mode + (sh-basic-offset . 8) + (sh-indentation . 8) + (sh-indent-for-case-label . 0) + (sh-indent-for-case-alt . +))) |