[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] .dir-local.el for all/most repos
From: |
Hartmut Goebel |
Subject: |
Re: [GNUnet-developers] .dir-local.el for all/most repos |
Date: |
Thu, 18 Apr 2019 14:44:18 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
Am 18.04.19 um 14:31 schrieb Florian Dold:
> I am curious why this file had to be committed *individually* to every
> repository, including the wallet and python repositories? It's
> completely useless for these projects
As you might have noticed, this also sets configuration relevant (and
useful) for other languages than C, and even for www.git:
(indent-tabs-mode . nil)
(show-trailing-whitespace . t)
(ispell-check-comments . exclusive)
(ispell-local-dictionary . "american")
(eval add-hook 'prog-mode-hook #'flyspell-prog-mode)
(sentence-end-double-space . f)
> and just extra noise for just one
> specific editor that only some people are using.
I agree on this file being useful only for those using emacs, though I
would not call it "noice" since it is a hidden file. But one could
argument the same for all editor-related config-files.
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |