1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

Add @stronnag's emacs style settings

This commit is contained in:
Marcelo Bezerra 2023-08-06 23:58:44 +02:00
parent 8cac3446e1
commit bcf8bbb2e3

5
.dir-locals.el Normal file
View file

@ -0,0 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((c-basic-offset . 4)
(c-default-style . "k&r"))))