mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
[emacs] don't use tabs, except in makefile-gmake-mode
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
73d73dcf9b
commit
66c8482725
@ -49,6 +49,10 @@
|
||||
|
||||
((nil
|
||||
. ((fill-column . 80)
|
||||
(indent-tabs-mode . nil)
|
||||
))
|
||||
(makefile-gmake-mode
|
||||
. ((indent-tabs-mode . t)
|
||||
))
|
||||
(python-mode
|
||||
. ((indent-tabs-mode . nil)
|
||||
|
Loading…
Reference in New Issue
Block a user