diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 02:45:14 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 02:45:14 +0100 |
commit | f92ff1308659f9d4f2b974c17ecba9da2294ff4b (patch) | |
tree | 14f563841a41d3034175bf8db51a7d44650c5152 | |
parent | snippets/ebuild-mode: regen (diff) | |
download | emacs-ebuild-snippets-f92ff1308659f9d4f2b974c17ecba9da2294ff4b.tar.gz emacs-ebuild-snippets-f92ff1308659f9d4f2b974c17ecba9da2294ff4b.tar.bz2 emacs-ebuild-snippets-f92ff1308659f9d4f2b974c17ecba9da2294ff4b.zip |
snippets/ebuild-mode: set indent-tabs-mode for required snippets
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | snippets/ebuild-mode/cmake_src_configure.yas | 2 | ||||
-rw-r--r-- | snippets/ebuild-mode/ebuild.yas | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/snippets/ebuild-mode/cmake_src_configure.yas b/snippets/ebuild-mode/cmake_src_configure.yas index 76aa7d6..829891b 100644 --- a/snippets/ebuild-mode/cmake_src_configure.yas +++ b/snippets/ebuild-mode/cmake_src_configure.yas @@ -1,4 +1,4 @@ -# -*- mode: snippet -*- +# -*- mode: snippet indent-tabs-mode: t -*- # Copyright 2023 Gentoo Authors diff --git a/snippets/ebuild-mode/ebuild.yas b/snippets/ebuild-mode/ebuild.yas index ffd294d..cf6412d 100644 --- a/snippets/ebuild-mode/ebuild.yas +++ b/snippets/ebuild-mode/ebuild.yas @@ -1,4 +1,4 @@ -# -*- mode: snippet -*- +# -*- mode: snippet indent-tabs-mode: t -*- # Copyright 2023 Gentoo Authors |