1

Configure more default style rules

This commit is contained in:
Jessie Hildebrandt 2023-10-13 08:28:05 -04:00
parent 1875832fc9
commit 9cd1457ea3

View File

@ -336,6 +336,8 @@ This overrides the default `display-startup-echo-area-message' function."
(inhibit-default-init t "Do not attempt to load any OS-provided init files")
;; Default style rules
(sentence-end-double-space nil "Do not use double spacing between sentences in paragraphs.")
(require-final-newline t "Require a terminating newline at the end of every file.")
(indent-tabs-mode nil "Use spaces for indentation")
(tab-width 4 "Use 4 spaces for indentation")