Skip to content

Commit

Permalink
Added update dictionary instructions (isocpp#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgloyer authored Aug 12, 2021
1 parent 5bbf843 commit ca2ad9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ We've discussed and made decisions on a number of document style. Please do not
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. 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.

### Update dictionary

Code samples in the guidelines are run through a spelling checker. Be sure to add new class and variable names to [scripts/hunspell/isocpp.dic](https://github.com/isocpp/CppCoreGuidelines/blob/master/scripts/hunspell/isocpp.dic).

### Miscellaneous

To avoid line-ending issues, please set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration.

0 comments on commit ca2ad9d

Please sign in to comment.