We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51de13 commit 6f79c78Copy full SHA for 6f79c78
.dir-locals.el
@@ -17,7 +17,7 @@
17
((tcl-mode . ((tcl-indent-level . 4)
18
(tcl-continued-indent-level . 4)
19
(indent-tabs-mode . t)))
20
- (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s")))
+ (nil . ((bug-reference-url-format . "https://gcc.gnu.org/PR%s")))
21
(c-mode . ((c-file-style . "GNU")
22
(indent-tabs-mode . t)
23
(fill-column . 79))))
0 commit comments