Skip to content

Commit

Permalink
dir-locals.el: update
Browse files Browse the repository at this point in the history
- add offset for sh
- turn off hard tabs
  • Loading branch information
matthewbauer committed Aug 7, 2018
1 parent 871be24 commit c81d56f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
(bug-reference-bug-regexp . "\\(\\(?:[Ii]ssue \\|[Ff]ixe[ds] \\|[Rr]esolve[ds]? \\|[Cc]lose[ds]? \\|[Pp]\\(?:ull [Rr]equest\\|[Rr]\\) \\|(\\)#\\([0-9]+\\))?\\)")
(bug-reference-url-format . "https://github.com/NixOS/nixpkgs/issues/%s"))
(nix-mode
(tab-width . 2)))
(tab-width . 2)
(c-basic-offset . 2))
(sh-script-mode
(indent-tabs-mode . nil)
(sh-basic-offset . 4)))

0 comments on commit c81d56f

Please sign in to comment.