Skip to content

Commit 4373745

Browse files
authored
Update cxx-coding-style.md
- Fix typo and improve explanation. ***NO_CI***
1 parent b7a136c commit 4373745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing/cxx-coding-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you have the extension installed, you can request VS Code to automatically
3232
}
3333
```
3434

35-
>**WARNING**: you need to avoid automatic formating on 3rd party .h files as the foramatting can introduce many changes that add no value and make it very difficult to subsequintly compare the .h file with the orginal or with a template file when the external 3rd party software is updated.
35+
>**WARNING**: you'll need to avoid automatic formating on 3rd party files (both .h and .c and .cpp) as the formatting can introduce many changes that add no value and make it very difficult to subsequintly compare the file with the orginal or with a template file when the external 3rd party software is updated.
3636
3737
You can turn clang auto format 'off' and 'on' around code you don't what reformatted.
3838

0 commit comments

Comments
 (0)