temp coding standards

This commit is contained in:
r0nk 2019-07-14 13:46:48 -05:00
parent 947aa0a630
commit 4d7a91738e

8
doc/coding_standards.txt Normal file
View File

@ -0,0 +1,8 @@
curly brackets on same line
tabs over spaces
no inline asm
rii containers as much as possible
<48 line functions, except for switch statements
no globals
no pragmas