Avoid running clang-format on ggml.c

This commit is contained in:
Justine Tunney 2023-05-10 14:59:33 -07:00
parent ea607781f8
commit c91de6a356
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -67,7 +67,7 @@
:type '(repeat string)
:group 'cosmo-format)
(defcustom cosmo-format-blacklist '("quickjs.c")
(defcustom cosmo-format-blacklist '("quickjs.c" "ggml.c")
"List of files to ignore, matched by basename."
:type '(repeat string)
:group 'cosmo-format)