Merge pull request #1193 from draeger-charles-wilson/patch-1

Update CONTRIBUTING.md
This commit is contained in:
Gabriel Dos Reis
2018-04-30 11:19:18 -07:00
committed by GitHub

View File

@@ -87,8 +87,7 @@ We've discussed and made decisions on a number of document style. Please do not
- The CppCoreGuidelines.md file is a single GH-flavored Markdown file. It is not split into separate chapters. - The CppCoreGuidelines.md file is a single GH-flavored Markdown file. It is not split into separate chapters.
- We do not use syntax highlighting in the Core Guidelines. See PRs #33, #96, #328, and #779. If you want syntax highlighting you - We do not use syntax highlighting in the Core Guidelines. See PRs #33, #96, #328, and #779. If you want syntax highlighting you
can either view the "pretty" version at http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines or do your own post-processing. can either view the "pretty" version at http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines or do your own post-processing.
- We're sticking with the ASCII character set (outside of the joke at the beginning of the document.) We do not use Unicode em-dashes, - We're sticking with the ASCII character set. We do not use Unicode em-dashes, Unicode spaces, or pretty quotes. Lots of people edit this file with their various text editors. ASCII is simple and universally understood.
Unicode spaces, or pretty quotes. Lots of people edit this file with their various text editors. ASCII is simple and universally understood.
### Miscellaneous ### Miscellaneous