You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2020. It is now read-only.
We need to setup comments standardization in files, to unify the presentation of the code.
Come here to discuss about it.
For config file, I propose the following:
#--------------------------------------------------------------------------## Very big section (general, defaults, plugins, theme)##--------------------------------------------------------------------------plugin:
## --------------------------------------------------------------------------## Someplugin: description## ----------------------------## Contains: <controllers list>## --------------------------------------------------------------------------## Extended description,## Extra help for special stuff...## ## Paragraphs separated by an empty line.##Someplugin:
## --------------------------------------------------------------------------## Small section description## ----------------------------parts:
###### Sub description####SomePart:
#### Sub-sub##model:
#### Sub-sub-sub sectionoptions:
## Simple line description (two # to know it's a comment for en entry) someStuff: someValue## Multiline## comment.someStuff2: someValue## Only one # for commented entries# commentedEntry: value #anotherCommentedEntry: value
We need to setup comments standardization in files, to unify the presentation of the code.
Come here to discuss about it.
For config file, I propose the following: