✏️ 正在编辑: dir-locals.example.el
路径:
/usr/share/doc/openssl-devel/dir-locals.example.el
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
;;; This is an example of what a .dir-locals.el suitable for OpenSSL ;;; development could look like. ;;; ;;; Apart from setting the CC mode style to "OpenSSL-II", it also ;;; makes sure that tabs are never used for indentation in any file, ;;; and that the fill column is 78. ;;; ;;; For more information see (info "(emacs) Directory Variables") ((nil (indent-tabs-mode . nil) (fill-column . 70) ) (c-mode (c-file-style . "OpenSSL-II")))
💾 保存文件
← 返回文件管理器