Changes between Version 53 and Version 54 of Coding_Conventions


Ignore:
Timestamp:
Nov 18, 2021, 8:13:00 AM (2 years ago)
Author:
Freagarach
Comment:

application/json -> text/json

Legend:

Unmodified
Added
Removed
Modified
  • Coding_Conventions

    v53 v54  
    434434 * When on the same line, insert spaces after `{`, and `:` and before `}`, but not after `[` or before `]`; e.g. `{ "foo": "bar" }` and `["foo", "bar"]`.
    435435 * Use tabs for indentation, not spaces.
    436  * The files should have the MIME-TYPE `application/json`.
     436 * The files should have the MIME-TYPE `text/json` (not `application/json` since that may break diffing).
    437437
    438438