From 33d8e060b792e299ee8bf2f180f73d4b9950e6a9 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 8 Dec 2018 16:34:51 +0000 Subject: [PATCH] Update function naming guideline in contributing guide --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6b02340..33dc0e42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,4 +35,3 @@ libloot's code style is based on the [Google C++ Style Guide](https://google.git ### Naming * Constant, enumerator and variable names should use `camelCase` or `underscore_separators`, but they should be consistent within the same scope. -* Function names should use `PascalCase` or `camelCase`, but they should be consistent within the same scope.