mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-07-01 10:25:03 -04:00
03731ba189
* .dir-locals.el: Add comment.
8 lines
354 B
EmacsLisp
8 lines
354 B
EmacsLisp
;;; This file contains customizations for Emacs, that apply when editing
|
|
;;; files in this directory and its subdirectories.
|
|
;;; See https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
|
|
|
|
;; Force indentation without tabs.
|
|
((c-mode . ((indent-tabs-mode . nil)))
|
|
(sh-mode . ((indent-tabs-mode . nil) (sh-basic-offset . 2))))
|