Carl Shapiro pushed to branch master at cmucl / cmucl
Commits: f4e19102 by Carl Shapiro at 2024-07-22T17:59:28-07:00 Add a .dir-locals.el file for Emacs
This matches the settings in the .editorconfig file.
- - - - - 1b169581 by Carl Shapiro at 2024-07-23T06:42:31+00:00 Merge branch 'dirlocalsel' into 'master'
Add a .dir-locals.el file for Emacs
See merge request cmucl/cmucl!228 - - - - -
1 changed file:
- + .dir-locals.el
Changes:
===================================== .dir-locals.el ===================================== @@ -0,0 +1,6 @@ +((nil + (indent-tabs-mode . t) + (require-final-newline . t) + (tab-width . 8)) + (c-mode + (c-basic-offset . 4)))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/75ddf40087aa3a2aaf3fd1a...