Skip to content

Commit 9f616f6

Browse files
committed
Move back.
1 parent e86525d commit 9f616f6

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

STYLE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#DRAFT
2+
3+
#General Style
4+
* Code SHOULD generally follow PSR-1 except where contradicted below.
5+
* Code MUST use the One True Brace style variant of K&R. See: http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS
6+
* Code MUST use one tab character per ident level.
7+
8+
#Function, Method, Class, and Namespaces
9+
* Functions, methods, classes, and namespaces MUST use camelCased names.
10+
* In the instance of an acronym it MUST be converted to lower case.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)