1. 16 Feb, 2023 2 commits
  2. 14 Feb, 2023 1 commit
  3. 13 Feb, 2023 1 commit
  4. 09 Feb, 2023 1 commit
  5. 08 Feb, 2023 2 commits
    • Luke Mewburn's avatar
      *.xml, *.xsd: reformat using xmllint · cf573e2c
      Luke Mewburn authored
      Reformat the .xml and .xsd files using
      	env XMLLINT_INDENT="    " xmllint --encode UTF-8 --format FILENAME.xml
      
      Notable (non-whitespace) changes to the existing files:
      - Ensure the <xml ...> header has encoding="UTF-8".
      - <xs:schema ...> collapsed to one line and some attribute reordered.
      - Empty tags are converted to self-closing tags. E.g.
      	<xs:element name="Name" type="Type"></xs:element:>
        becomes
      	<xs:element name="Name" type="Type"/>
      - Some xmlns related attributes are reordered.
      
      Per discussion with rapporteurs and Mark Canterbury.
      cf573e2c
    • Luke Mewburn's avatar
      *.xml, *.xsd: reformat whitespace per LI(23)P62014r2 · d0b92b60
      Luke Mewburn authored
      Reformat the .xml and .xsd files:
      - tabs converted to 4 spaces
      - no trailing whitespace
      
      No difference to previous when  git diff -b / --ignore-space-change
      d0b92b60
  6. 07 Feb, 2023 1 commit
  7. 23 Sep, 2022 1 commit
  8. 04 Jul, 2022 3 commits
  9. 24 May, 2022 1 commit
  10. 05 May, 2022 1 commit
  11. 28 Mar, 2022 2 commits
  12. 18 Feb, 2022 2 commits
  13. 17 Feb, 2022 1 commit
  14. 20 Jan, 2022 1 commit
  15. 12 Jan, 2022 1 commit
  16. 22 Oct, 2021 5 commits
  17. 21 Oct, 2021 1 commit
  18. 20 Oct, 2021 3 commits
  19. 11 Oct, 2021 1 commit
  20. 20 Sep, 2021 1 commit
  21. 16 Sep, 2021 1 commit
  22. 28 Jul, 2021 1 commit
  23. 23 Jul, 2021 1 commit
  24. 15 Jun, 2020 4 commits
  25. 06 Apr, 2021 1 commit