From 09104e7069fc341a0cbcb5b140b0f3ff0c37ad7a Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 28 Oct 2020 01:33:23 +0100 Subject: Fix --- org/dergods_style_v0.1.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3