mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
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++))))
|