Daily bump.
[platform/upstream/gcc.git] / .dir-locals.el
index 44a0db6..fa031cb 100644 (file)
@@ -17,7 +17,7 @@
 ((tcl-mode . ((tcl-indent-level . 4)
              (tcl-continued-indent-level . 4)
              (indent-tabs-mode . t)))
- (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s")))
+ (nil . ((bug-reference-url-format . "https://gcc.gnu.org/PR%s")))
  (c-mode . ((c-file-style . "GNU")
            (indent-tabs-mode . t)
-           (fill-column . 80))))
+           (fill-column . 79))))