From 65860e6c873e6e056fe3d1dadd1d309b1bd66e7b Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 4 Sep 2025 22:24:13 +0200 Subject: Add UTF-8, UTF-16 and Modified UTF-8 support --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 573c58e..224840b 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -7,6 +7,6 @@ (locate-dominating-file default-directory ".dir-locals.el"))) (setq-local flycheck-clangcheck-build-path (concat project-path "build")) - (setq-local flycheck-clang-language-standard "c++20") + (setq-local flycheck-clang-language-standard "c++23") (setq-local flycheck-clang-definitions '("HAVE_CONFIG_H")) (setq-local flycheck-clang-include-path '("../src" "../build"))))))) -- cgit v1.3