From cd3e8182108cf7f5917055ad90b3042abb416de3 Mon Sep 17 00:00:00 2001 From: Stephanie Gawroriski Date: Wed, 25 Aug 2021 10:54:04 -0400 Subject: [PATCH] Add coding standards. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3eb555de99..10bdf189fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,6 +70,8 @@ through the existing code to get a feel for the coding style. When submitting a be asked to fix any coding style issues before submission. In other cases, there may be a follow-up pull request making the code style consistent. +For full guidelines please see the [Coding Standards](https://docs.libretro.com/development/coding-standards/). + Some non-obvious things to be aware of: - Code should be both C89 and ISO C++ compatible. This is a requirement for XBox 360 and MSVC to