* .dir-locals.el (magit-branch-adjust-remote-upstream-alist): New.
This commit is contained in:
parent
12ecb3febf
commit
6c9fd5cfaf
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
((nil . ((whitespace-action auto-cleanup)
|
((nil . ((whitespace-action auto-cleanup)
|
||||||
(whitespace-style face empty trailing lines-tail)
|
(whitespace-style face empty trailing lines-tail)
|
||||||
(require-final-newline . t)
|
(require-final-newline . t)
|
||||||
(mode . global-whitespace)))
|
(mode . global-whitespace)
|
||||||
|
(magit-branch-adjust-remote-upstream-alist ("origin/next" . "/"))))
|
||||||
(c++-mode . ((c-default-style . "gnu")
|
(c++-mode . ((c-default-style . "gnu")
|
||||||
(indent-tab-mode . t)
|
(indent-tab-mode . t)
|
||||||
(tab-width . 8)
|
(tab-width . 8)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue