ardupilot/.dir-locals.el

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
137 B
EmacsLisp
Raw Normal View History

((prog-mode . ((indent-tabs-mode . nil)
(tab-width . 4)
(c-basic-offset . 4)))
(c-mode . ((mode . C++))))