I want to "create a new naming convention" inside CLion.
Basically I use camelCase
or PascalCase
for my project, but I want to be able to write acronyms or abbreviations in ALLCAPS
.
For example I want to be able to write class FPS
or int componentID
like that without a warning.
Is there any way to do so?