From 9e9549a8b70454610eec1b74c44eeaa78507b92c Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 6 Nov 2024 16:39:05 +0100 Subject: Used --- contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index 014df51..8da91ee 100644 --- a/contributing.md +++ b/contributing.md @@ -49,7 +49,7 @@ that you can click on to open them. class Cars {}; ``` -- Source files (.cpp, .hpp) contain the following types of comments: +- Source files (.cpp, .hpp) contain the following types of comments: - What is the code supposed to do (optional) - Implementation details (if applicable) - Header files (.h) contain the following types of comments: @@ -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 @@ -519,7 +519,7 @@ that you can click on to open them. ```
-
- Use angle brackets (`<>`) for including libraries and double quotes (`""`) for including local files. + Use angle brackets (<>) for including libraries and double quotes ("") for including local files.
GoodBad
```cpp -- cgit v1.2.3