Skip to content

Commit 9433805

Browse files
winkssmalyshev
authored andcommitted
Add FORMATTING.md
1 parent df6f5ca commit 9433805

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

FORMATTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Formatting rules
2+
3+
1. The format of this document is [Markdown](http://daringfireball.net/projects/markdown/)
4+
2. Everything in the actual specification document must be ASCII only.
5+
3. The markdown specification used seems to be *plain markdown* with tables and
6+
code blocks (three backticks).
7+
4. Style
8+
* Use spaces to indent, not tabs.
9+
* Use of prefixed `##` is preferred for headers over underlined `===`
10+
* Use of *inline* links `[example](http://example.org)` is preferred over
11+
*reference* links `[example][xmpl]` unless used multiple times. This is to
12+
allow for easier splitting and reorganization.
13+
* Do not embed external images not hosted on php.net.
14+
* Try to stick to 80 chars wide, if possible. This is not as strict as
15+
in code, but still easier to read most of the times. This does only apply
16+
to text, not to code examples or tables.

0 commit comments

Comments
 (0)