-
Notifications
You must be signed in to change notification settings - Fork 19
WikiRules.en US
English wording of this repository is intended to be conforming to the ISO/IEC directive, part 3. Note the use of modal verbs is distinct with RFC 2119.
All text files should be encoded as UTF-8 with BOM enabled.
Newlines shall be consistent. Default use of newline is CR+LF.
Two subsequent newlines indicates an EOF logically. Subsequent newlines should only be used at EOF.
Except at the first of line, each word which consists of alphanumeric characters should be seperated by a single space character(U+0020) with other words.
No space characters should be at EOL.
To keep the semantics rules clear, use <TAB> rather than <SPACE>s to indent, unless the text is verbatim quoted.
Names of markdown files should be with .md extension.
Unless explicitly specified elsewhere, only common dialects are to be used. Currently this should be GFM.
Note: Use <TAB> instead of <SPACE>s to indent in markdown for list items to avoid some compatibility issues, e.g. this.
This document may be referenced by other repositories.
Except for the following list, do not edit unless ultimately necessary.
Known refereced by:
- Programing Language Documentations by FrankHB