mirror of
https://github.com/mirror/make.git
synced 2024-12-26 21:00:30 +08:00
* .dir-locals.el: Update for newer LSP config
This commit is contained in:
parent
74bd8b3aa5
commit
7b0a741857
@ -1,18 +1,21 @@
|
||||
(
|
||||
(nil . ((bug-reference-bug-regexp . "\\(\\)\\bSV[- ]\\([0-9]+\\)")
|
||||
(bug-reference-url-format . "https://savannah.gnu.org/bugs/?%s")
|
||||
(ccls-initialization-options . (:index (:threads 6
|
||||
:initialBlacklist ("/make-[0-9]" "tests/work/" "/\\.deps" "/\\..*cache" "/\\.git"))))
|
||||
(lsp-file-watch-ignored . ("/\\.git$"
|
||||
"/\\..*cache$"
|
||||
;; autotools content
|
||||
"/\\.deps$"
|
||||
"/autom4te\\.cache$"
|
||||
"/build-aux$"
|
||||
;; make-specific content
|
||||
"/doc/manual$"
|
||||
"/tests/work$"
|
||||
"/make-[0-9]"))
|
||||
(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]"))
|
||||
))
|
||||
(c-mode . ((c-file-style . "gnu")))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user