From 892baf877f3551e30b277164bcab14218c8de4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 13 Oct 2021 15:11:23 +0200 Subject: [PATCH] Contributing: Update clang-format version number --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 16c589b8..8833f1b0 100644 --- a/Contributing.md +++ b/Contributing.md @@ -30,7 +30,7 @@ Unlike the vast majority of games that are being decompiled in 2021, *Breath of ## Code style -This project uses clang-format to enforce a consistent coding style. Before opening a PR, please format your code with clang-format and ensure the following guidelines are followed. +This project uses clang-format to enforce a consistent coding style. Before opening a PR, please format your code with clang-format 12 and ensure the following guidelines are followed. This will allow your contributions to be reviewed more quickly.