diff options
-rw-r--r-- | CODINGSTYLE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index 0c2f38a67..15cde9435 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -101,6 +101,8 @@ other editors that implement this coding style, please add them here. * there is a strong preference for lower case file names; sometimes conventions or outside requirements make camelCase filenames the better (or only) choice, but absent such an outside reason all file names should be lower case + This rule applies to new file names, existing file names should not be + changed without a reason. * cpp/h file names should usually be identical to the class name but in lower case. Where it seems appropriate, multiple, closely related classes can be |