mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix: add missing siren-clang-format module
This commit is contained in:
14
modules/formatting/siren-clang-format.el
Normal file
14
modules/formatting/siren-clang-format.el
Normal file
@@ -0,0 +1,14 @@
|
||||
;;; siren-clang-format.el --- jimeh's Emacs Siren: clang-format configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for clang-format package
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package clang-format
|
||||
:straight (:type built-in) ;; from vendor directory
|
||||
:defer t)
|
||||
|
||||
(provide 'siren-clang-format)
|
||||
;;; siren-clang-format.el ends here
|
||||
Reference in New Issue
Block a user