Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
kiwi
:
Appliance
>
dracut
> 0174-.dir-locals.el-changed-to-sane-style.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0174-.dir-locals.el-changed-to-sane-style.patch of Package dracut
From 6e746be66aa32d8c14eadd1ab1b3962429bdd790 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Thu, 8 Dec 2016 17:52:54 +0100 Subject: [PATCH] .dir-locals.el: changed to sane style --- .dir-locals.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 81300584..b38d4d63 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,7 @@ -((nil . ((sh-basic-offset . 4) - (indent-tabs-mode . nil) - ))) +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((sh-mode + (indent-tabs-mode) + (sh-basic-offset . 4))) +