summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-05-29 21:41:47 +1000
committerMaxime Coste <mawww@kakoune.org>2024-05-29 21:41:47 +1000
commit0aa6665154afd46c03ecbd75be1973dd4f31d2b3 (patch)
tree9aba9e5e935d57fa99a1bc6988ea0a1b430f11fd
parent3878c56f8dde20d66441cc94cc1eee5df45fa59c (diff)
parent2c1e238a0ca706f489c3bd3decce85baafbb98ab (diff)
Merge remote-tracking branch 'dontlaugh/patch-2'
-rw-r--r--doc/coding-style.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding-style.asciidoc b/doc/coding-style.asciidoc
index 3deb24df..2885a4ac 100644
--- a/doc/coding-style.asciidoc
+++ b/doc/coding-style.asciidoc
@@ -1,7 +1,7 @@
C++ Coding Style
================
-Kakoune is written in C++14, here are the main coding style points:
+Kakoune is written in C++20, here are the main coding style points:
* Avoid external dependencies besides posix/stdc++