mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Avoid running clang-format on ggml.c
This commit is contained in:
parent
ea607781f8
commit
c91de6a356
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue