blob: 1332f7b6a2316b53d317025f61b5c2fa1fc43233 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
;;; Match project coding conventions
((c-mode . ((indent-tabs-mode . t)
(show-trailing-whitespace . t)
(c-basic-offset . 8)))
(json-mode . ((js-indent-level 4)))
(python-mode . ((python-formatter . black)
(python-fill-column . 88))))
|