OSDN Git Service

[OSD][SOUND][QT_MULTIMEDIA] Make be more correctness updating timestamp.
[csp-qt/common_source_project-fm7.git] / .dir-locals.el
1 ;;; vs-set-c-style.el --- Visual Studio like C/C++ style for c-mode
2 ;; Use source/tool/emacs/csp-qt-c-style.el .
3 ;; Please copy above to ~/.emacs.d/lisp/ or /usr/local/share/site-lisp etc.
4 ;; And put below threelines to ~/.emacs and uncomment. --- 20180228 K.Ohta
5 ;;; (autoload 'csp-qt-set-c-style "csp-qt-c-style")
6 ;;; (add-hook 'c-mode-hook 'csp-qt-set-c-style)
7 ;;; (add-hook 'c++-mode-hook 'csp-qt-set-c-style)
8
9 ;; Keywords: c, tools
10  ('csp-qt-set-c-style )
11  ('vs-set-c-style )
12  (setq c-file-style "csp-qt")
13 ; (setq c-file-style "vs")
14