mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
11 lines
280 B
EmacsLisp
11 lines
280 B
EmacsLisp
|
;;; Directory Local Variables
|
||
|
;;; See Info node `(emacs) Directory Variables' for more information.
|
||
|
|
||
|
((nil . ((indent-tabs-mode . nil)
|
||
|
(show-trailing-whitespace . t)))
|
||
|
(c-mode . ((c-basic-offset . 2)
|
||
|
))
|
||
|
(c++-mode . ((c-basic-offset . 2)
|
||
|
))
|
||
|
)
|