code cleanup (#6936)

* code cleanup part 1

* Update cult_items.dm

* Update maths.dm
This commit is contained in:
Nichlas Pihl
2019-11-09 22:18:25 +00:00
committed by alexkar598
parent 031e311c15
commit 81f917db29
8 changed files with 24 additions and 58 deletions

View File

@@ -50,9 +50,6 @@ datum
var
varname1 = 1
varname2
static
varname3
varname4
proc
proc1()
code
@@ -77,8 +74,6 @@ The previous code made compliant:
/datum/datum1
var/varname1
var/varname2
var/static/varname3
var/static/varname4
/datum/datum1/proc/proc1()
code
@@ -393,4 +388,4 @@ If you are porting features/tools from other codebases, you must give them credi
Regarding sprites & sounds, you must credit the artist and possibly the codebase. All yogstation assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](https://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated. However if you are porting assets from GoonStation or usually any assets under the [Creative Commons 3.0 BY-NC-SA license](https://creativecommons.org/licenses/by-nc-sa/3.0/) are to go into the 'goon' folder of the yogstation codebase.
## A word on Git
All .dmm .dm .md .txt .html are required to end with CRLF(DOS/WINDOWS) line endings,git will enforce said line endings automatically. Other file types have non enforced line endings.
All .dmm .dm .md .txt .html are required to end with CRLF(DOS/WINDOWS) line endings,git will enforce said line endings automatically. Other file types have non enforced line endings.