mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Updated Developer Guide (markdown)
parent
48bcf61c6e
commit
1dac16a3e7
1 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,9 @@ The directory is named "include", as more intelligence is included (or sourced)
|
|||
### Extra directory
|
||||
Supporting documents and scripts are stored here.
|
||||
|
||||
# Style
|
||||
|
||||
Like any programming language, there are different ways to keep a project structured. It ranges from variable names, up to spacing. So we provide some guidelines to keep the structure and flexible enough for further expansion.
|
||||
|
||||
# Style
|
||||
* Identitation is done with 4 spaces (no tabs)
|
||||
* Variables are capitalized, optional with an underscore to "split" words
|
||||
Loading…
Reference in a new issue