mirror of https://github.com/ArduPilot/ardupilot
5 lines
137 B
EmacsLisp
5 lines
137 B
EmacsLisp
|
((prog-mode . ((indent-tabs-mode . nil)
|
||
|
(tab-width . 4)
|
||
|
(c-basic-offset . 4)))
|
||
|
(c-mode . ((mode . C++))))
|