Compare commits
1 Commits
gitIgnoreU
...
exv/editor
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3308ec7e34 |
@@ -1,7 +1,15 @@
|
|||||||
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
((c++-mode . ((c-file-style . "filament")
|
((c++-mode . ((eval . (progn
|
||||||
|
(make-local-variable 'eglot-ignored-server-capabilities)
|
||||||
|
(add-to-list 'eglot-ignored-server-capabilities
|
||||||
|
:documentOnTypeFormattingProvider)))
|
||||||
|
(c-file-style . "filament")
|
||||||
(apheleia-inhibit . t)))
|
(apheleia-inhibit . t)))
|
||||||
(c-mode . ((c-file-style . "filament")
|
(c-mode . ((eval . (progn
|
||||||
|
(make-local-variable 'eglot-ignored-server-capabilities)
|
||||||
|
(add-to-list 'eglot-ignored-server-capabilities
|
||||||
|
:documentOnTypeFormattingProvider)))
|
||||||
|
(c-file-style . "filament")
|
||||||
(apheleia-inhibit . t))))
|
(apheleia-inhibit . t))))
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ end_of_line = lf
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
[*.{c,cpp,h,inc,kt,java,js,md}]
|
[*.{c,cpp,h,inc,kt,java,js,md,fs,vs}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user