summaryrefslogtreecommitdiffhomepage
path: root/yaml.html.markdown
Commit message (Collapse)AuthorAgeLines
* [yaml/en] Use preferred style; add missing usesIngy döt Net2018-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 typosHairyFotr2017-08-23-2/+2
|
* [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a ↵Samantha McVey2016-11-11-2/+2
| | | | boolean use we use true
* [yaml/en] Add more resources (#1666)Rodrigo Russo2016-04-28-0/+5
|
* Merge pull request #1966 from lesaff/patch-2Spurlow2015-11-27-0/+2
|\ | | | | Add a note regarding string value of "1"
| * Add a note regarding string value of "1"Rudy Affandi2015-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 inheritanceSuhas2015-11-04-3/+28
|/
* [yaml/cn]: add last translationniuzhist2014-06-01-1/+1
|
* yaml: Chinese translationniuzhist2014-05-31-2/+2
|
* Add YAML guideAdam Brenecki2014-03-02-0/+139