Re: [PATCH blktests] dir-locals: fix indenation with Emacs

2018-07-06 Thread Johannes Thumshirn
On Thu, Jul 05, 2018 at 11:13:48AM -0700, Bart Van Assche wrote:
> On 07/04/18 04:59, Johannes Thumshirn wrote:
> > A recent update of Emacs broke .dir-locals.el's shell indendation
> > setting.
> 
> Please fix the spelling of "indentation" in the subject and in the above
> sentence. Additionally, the previous patch for this file had
> "dir-locals.el:" as subject-prefix. Should this patch have the same subject
> prefix?

Yup, done.

-- 
Johannes Thumshirn  Storage
jthumsh...@suse.de+49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850


Re: [PATCH blktests] dir-locals: fix indenation with Emacs

2018-07-05 Thread Bart Van Assche

On 07/04/18 04:59, Johannes Thumshirn wrote:

A recent update of Emacs broke .dir-locals.el's shell indendation
setting.


Please fix the spelling of "indentation" in the subject and in the above 
sentence. Additionally, the previous patch for this file had 
"dir-locals.el:" as subject-prefix. Should this patch have the same 
subject prefix?


Anyway:

Reviewed-by: Bart Van Assche 



[PATCH blktests] dir-locals: fix indenation with Emacs

2018-07-04 Thread Johannes Thumshirn
A recent update of Emacs broke .dir-locals.el's shell indendation
setting.

Also set 'sh-indendation' not just 'sh-basic-offset' for this.

Signed-off-by: Johannes Thumshirn 
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index f64c48202910..46961929fac9 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,4 @@
 ((sh-mode . ((sh-basic-offset . 8)
+(sh-indentation . 8)
 (fill-column . 80)
 (indent-tabs-mode . t
-- 
2.16.4