From 0438e0f4d129431f7ecef7996a11b301eda882fb Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 6 Nov 2024 16:34:09 +0100 Subject: Clarified --- contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contributing.md') diff --git a/contributing.md b/contributing.md index 91cd12b..014df51 100644 --- a/contributing.md +++ b/contributing.md @@ -479,7 +479,7 @@ that you can click on to open them. ``` -
- File names (.h/.cpp/.hpp) should be written using CamelCase + File names (.h, .cpp, .hpp) should be written using CamelCase
GoodBad
```cpp @@ -491,8 +491,8 @@ that you can click on to open them. ```cpp my_class.h - my_class.cpp - my_class.hpp + myClass.cpp + my-class.hpp ```
-
-- cgit v1.2.3