2019-05-11 14:30:26 +00:00
|
|
|
(
|
|
|
|
(nil . ((bug-reference-bug-regexp . "\\(\\)\\bSV[- ]\\([0-9]+\\)")
|
|
|
|
(bug-reference-url-format . "https://savannah.gnu.org/bugs/?%s")
|
2021-03-08 00:04:48 +00:00
|
|
|
(ccls-initialization-options
|
|
|
|
. (:index (:threads 6
|
|
|
|
:initialBlacklist ["/make-[0-9]" "tests/work/" "/\\.deps"
|
|
|
|
"/\\..*cache" "/\\.git"])))
|
|
|
|
(lsp-file-watch-ignored-directories
|
|
|
|
. ("[/\\\\]\\.git$"
|
|
|
|
"[/\\\\]\\..*cache$"
|
|
|
|
;; autotools content
|
|
|
|
"[/\\\\]\\.deps$"
|
|
|
|
"[/\\\\]autom4te\\.cache$"
|
|
|
|
"[/\\\\]build-aux$"
|
|
|
|
;; make-specific content
|
|
|
|
"[/\\\\]doc[/\\\\]manual$"
|
|
|
|
"[/\\\\]tests[/\\\\]work$"
|
|
|
|
"[/\\\\]make-[0-9]"))
|
2019-05-11 14:30:26 +00:00
|
|
|
))
|
2019-05-19 15:25:06 +00:00
|
|
|
(c-mode . ((c-file-style . "gnu")))
|
2019-05-11 14:30:26 +00:00
|
|
|
)
|