diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-04 22:24:13 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-04 22:24:13 +0200 |
| commit | 65860e6c873e6e056fe3d1dadd1d309b1bd66e7b (patch) | |
| tree | cb59ed23c72b841fc2688606d68359b3f6b1e324 /.dir-locals.el | |
| parent | d75b25d50f4df655d1e69ff900cfeee823039296 (diff) | |
Add UTF-8, UTF-16 and Modified UTF-8 support
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
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"))))))) |
