mirror of
https://github.com/openharmony/third_party_libpsl.git
synced 2026-07-01 05:56:27 -04:00
10 lines
210 B
EmacsLisp
10 lines
210 B
EmacsLisp
;; emacs local configuration settings for libpsl source
|
|
;; surmised by dkg on 2014-03-21 14:35:49-0400
|
|
|
|
((c-mode
|
|
(indent-tabs-mode . t)
|
|
(tab-width . 4)
|
|
(c-basic-offset . 4)
|
|
(c-file-style . "linux"))
|
|
)
|