1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-13 22:28:25 +08:00

Created Coding style guide (markdown)

robbyrussell 2011-06-01 14:45:10 -07:00
parent 226ed34772
commit 94552ecf03

5
Coding-style-guide.md Normal file

@ -0,0 +1,5 @@
* lower_case with underscores
* no CamelCase
* GLOBAL_VARIABLES
* ...