20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
|
//----------------------------------------------------------------------------//
|
||
|
// GNU GPL OS/K //
|
||
|
// //
|
||
|
// Authors: spectral` //
|
||
|
// NeoX //
|
||
|
// //
|
||
|
// Desc: Notes on the coding style and //
|
||
|
// conventions used throughout OS/K //
|
||
|
//----------------------------------------------------------------------------//
|
||
|
|
||
|
To keep naming conventions and code style, we have decided to create this file.
|
||
|
How the code looks isn't the most important, so don't worry too much about this;
|
||
|
making the code conform to this file can be done later.
|
||
|
|
||
|
Every file within OS/K is written using spaces for tabulation, with each
|
||
|
tabulation being 4 spaces long.
|
||
|
|
||
|
(naming conventions here)
|
||
|
|