Changes between Version 42 and Version 43 of Coding_Conventions


Ignore:
Timestamp:
Jun 19, 2019, 12:33:10 AM (5 years ago)
Author:
Nescio
Comment:

JSON: foo, bar

Legend:

Unmodified
Added
Removed
Modified
  • Coding_Conventions

    v42 v43  
    409409== JSON==
    410410* basically follow the JS formatting conventions
    411 * when on the same line, insert spaces after {, [, and : and before ] and }; e.g. `{ "foo": "bar" }` and `[ "baz" ]`
     411* when on the same line, insert spaces after {, [, and : and before ] and }; e.g. `{ "foo": "bar" }` and `[ "foo", "bar" ]`
    412412* use tabs for indentation, not spaces
    413413