diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-28 01:33:23 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-28 01:33:23 +0100 |
commit | 09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a (patch) | |
tree | 1473771ec4c31f6c0a1fa5bb59c9fb1133fab8e5 | |
parent | Update (diff) | |
download | joe-www-09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a.tar.gz joe-www-09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a.tar.bz2 joe-www-09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a.tar.xz joe-www-09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a.tar.zst joe-www-09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a.zip |
Fix
Diffstat (limited to '')
-rw-r--r-- | org/dergods_style_v0.1.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/dergods_style_v0.1.org b/org/dergods_style_v0.1.org index 1974c9b..8aac583 100644 --- a/org/dergods_style_v0.1.org +++ b/org/dergods_style_v0.1.org @@ -41,7 +41,7 @@ with some changes. - *C* sources and headers files should be of the ~.c~ and ~.h~ extensions. - *C++* sources and header files should be of the corresponding ~.cxx~ / ~.hxx~ or ~.cc~ / ~.hh~ extensions unless the project is Microsoft™ Windows®-compatible only, then extensions should be ~.cpp~ / ~.hpp~. If the project is compatible with any UNIX®-like operating system, ~.cxx~ / ~.hxx~ or ~.cc~ / ~.hh~ should be the prefered extensions. - Compilation-generated object files should be of the ~.c.o~, ~.cxx.o~, ~.cc.o~ or ~.cpp.o~ corresponding to the correct extensions. - - All files should follow the UNIX® case formatting, including only alphabetical letters (~a-z~), underscores (~_~) and dots (~.~). Numbers are not allowed. + - All files should follow the UNIX® case formatting, including only lowercase alphabetical letters (~a-z~), underscores (~_~) and dots (~.~). Numbers are not allowed. - Compilation-generated object files should have the same pre-extension basename as its the corresponding source file. - Working on a *program*, every source file should have its own header file. The pre-extension basenames names should be corresponding. Orphan header files are tolerated. - Source files should be composed of two parts: |