Skip to content

Commit c6afed0

Browse files
committed
.dir-locals.el: add flycheck setting for c++14
1 parent e5fdc09 commit c6afed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dir-locals.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
(fill-column . 80)
2121
(c-file-style . "swift"))
2222
(c++-mode
23-
(whitespace-style face lines indentation:space))
23+
(whitespace-style face lines indentation:space)
24+
(flycheck-clang-language-standard . "c++14"))
2425
(c-mode
2526
(whitespace-style face lines indentation:space))
2627
(objc-mode

0 commit comments

Comments
 (0)