-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ Coding Convention/Standards Followed in the Project #611
Comments
Hi, |
Aspell doesn't follow any fixed convention and the coding style may very from file to file. If you are modifying existing code please try and follow the style locally used. If you are unsure of something the C++ Core Guidelines (https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) are a good place to start. The Aspell Developer’s Manual (http://aspell.net/dev-html/index.html) documents some of the non-standard conventions used. |
Thanks, I'll be mindful of the local conventions followed, while making any changes to the files. Also, the resource you linked is quite helpful. I've referred to it a few times before as well, and it has never disappointed. |
Hi,
I wanted to know what is the C++ coding convention/standard followed for this project.
Thanks
The text was updated successfully, but these errors were encountered: