Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1102)

Side by Side Diff: .dir-locals.el

Issue 575840047: .dir-locals.el: no indent-tabs-mode in shell-script-mode (Closed)
Patch Set: Created 4 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ;;; Directory Local Variables 1 ;;; Directory Local Variables
2 ;;; See Info node `(emacs) Directory Variables' for more information. 2 ;;; See Info node `(emacs) Directory Variables' for more information.
3 3
4 ((c++-mode 4 ((c++-mode
5 (c-file-style . "gnu") 5 (c-file-style . "gnu")
6 (indent-tabs-mode . nil)) 6 (indent-tabs-mode . nil))
7 (scheme-mode 7 (scheme-mode
8 (indent-tabs-mode . nil)) 8 (indent-tabs-mode . nil))
9 (shell-script-mode
10 (indent-tabs-mode . nil))
9 (texinfo-mode 11 (texinfo-mode
10 (fill-column . 66) 12 (fill-column . 66)
11 (indent-tabs-mode . nil))) 13 (indent-tabs-mode . nil)))
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b