Commit Graph

10 Commits

Author SHA1 Message Date
Ingy döt Net
7cd43d8ad4 [yaml/en] Use preferred style; add missing uses
* 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`.
2018-01-25 13:51:15 -08:00
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
Samantha McVey
ae1d18ad91
[yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a boolean use we use true 2016-11-11 13:34:19 -08:00
Rodrigo Russo
860fa9ebc7 [yaml/en] Add more resources (#1666) 2016-04-28 09:06:12 +02:00
Spurlow
52e2e819c3 Merge pull request #1966 from lesaff/patch-2
Add a note regarding string value of "1"
2015-11-27 11:49:26 +07:00
Suhas
d5e0a9fbf8 Add more complex key examples, and an example of inheritance 2015-11-04 20:14:45 +05:30
Rudy Affandi
8670035d19 Add a note regarding string value of "1"
Because some YAML parser will always assume that 1 is boolean for true.
2015-10-31 11:31:30 -07:00
niuzhist
24cffa7536 [yaml/cn]: add last translation 2014-06-01 09:39:22 -07:00
niuzhist
e8b6055e10 yaml: Chinese translation 2014-05-31 18:26:12 -07:00
Adam Brenecki
ff5e64f404 Add YAML guide 2014-03-02 12:01:54 +10:30