1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-18 13:20:40 +01: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
* ...