mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
11 lines
197 B
EmacsLisp
11 lines
197 B
EmacsLisp
;; Emacs - Code style and formatting settings
|
|
|
|
;; C++
|
|
((c++-mode
|
|
(indent-tabs-mode . t)
|
|
(tab-width . 4)
|
|
(c-basic-offset . 4)))
|
|
|
|
;; Headers should open in C++ mode
|
|
((c-mode . ((mode . c++))))
|