Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | UTF-8/16/32 characters need to be encoded | Peter Uithoven | 2019-07-05 | -0/+2 |
| | ||||
* | Removed duplicate **is** | Rohith Reddy Kumbharkar | 2018-12-07 | -1/+1 |
| | ||||
* | Correct wording, closes #3098 | Divay Prakash | 2018-10-27 | -1/+1 |
| | ||||
* | Explain regexp, closes #2197 | Divay Prakash | 2018-10-27 | -0/+4 |
| | ||||
* | Fix YAML, closes #3172 (#3329) | Divay Prakash | 2018-10-26 | -13/+17 |
| | | | | | * Fix yamllint errors * Fix link | |||
* | [yaml/en] Use preferred style; add missing uses | Ingy döt Net | 2018-01-25 | -37/+44 |
| | | | | | | | | | | | | | * YAML allows literal tabs in content, but not indentation. * Two space indent always preferred. * Note: YAML dumpers always use 2 space by default. * '- ...' doesn't need extra indentation. * Note: YAML dumpers don't use extra indentation. * There was no mention of single quoted strings. They are preferred and should be used except when double quote semantics are actually required. (Best practice). * Add flow form example for sets: `{a, b, c}` * Show collapsed form of seq-in-seq: `- - - foo`. | |||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -2/+2 |
| | ||||
* | [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a ↵ | Samantha McVey | 2016-11-11 | -2/+2 |
| | | | | boolean use we use true | |||
* | [yaml/en] Add more resources (#1666) | Rodrigo Russo | 2016-04-28 | -0/+5 |
| | ||||
* | Merge pull request #1966 from lesaff/patch-2 | Spurlow | 2015-11-27 | -0/+2 |
|\ | | | | | Add a note regarding string value of "1" | |||
| * | Add a note regarding string value of "1" | Rudy Affandi | 2015-10-31 | -0/+2 |
| | | | | | | Because some YAML parser will always assume that 1 is boolean for true. | |||
* | | Add more complex key examples, and an example of inheritance | Suhas | 2015-11-04 | -3/+28 |
|/ | ||||
* | [yaml/cn]: add last translation | niuzhist | 2014-06-01 | -1/+1 |
| | ||||
* | yaml: Chinese translation | niuzhist | 2014-05-31 | -2/+2 |
| | ||||
* | Add YAML guide | Adam Brenecki | 2014-03-02 | -0/+139 |