Skip to content

Commit

Permalink
fix: Require always a new line at end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Jan 30, 2024
1 parent 541d170 commit 14ce4b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ the formatting in a dominant parent directory of the assumed input file path.

(advice-add 'clang-format-region :around #'tramp-aware-clang-format)
#+END_SRC
*** Require final new line
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(setq-default require-final-newline t)
#+END_SRC
** Miscellaneous
*** No title bar
#+BEGIN_SRC emacs-lisp :tangle user-config.el
Expand Down

0 comments on commit 14ce4b2

Please sign in to comment.