Skip to content
Snippets Groups Projects
  1. Jan 07, 2020
  2. May 10, 2019
  3. Apr 23, 2019
    • Benjamin Kott's avatar
      [TASK] Streamline formatting of html templates · 149cb289
      Benjamin Kott authored
      The indentations in the HTML templates are out of control.
      Even if we provide an EditorConfig, which should ensure
      that the files are all uniformly indented. There seems to
      have been an increasing aversion to TABS over time.
      
      This has led to the fact that above all newly created templates
      have always been indented with SPACES instead of TABS.
      We now have a mix of TABS and SPACES in our project, partly
      also in a single file.
      
      To avoid this in the future, all existing templates were converted
      to indentations with SPACES and the provided EditorConfig was
      adapted. In order to really, really make sure that it doesn't get
      out of hand, we also introduce a new linter, which ensures
      that all HTML templates are properly indented.
      
      Resolves: #88180
      Releases: master
      Change-Id: I86d23120bc68e3696f398b1ae76f1efc4804d501
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60522
      
      
      Tested-by: default avatarTYPO3com <noreply@typo3.com>
      Tested-by: default avatarAndreas Fernandez <a.fernandez@script...>
      149cb289
  4. Jul 30, 2018
  5. May 11, 2018
  6. Nov 03, 2017
  7. Oct 30, 2017
  8. May 17, 2017
  9. Mar 28, 2017
  10. Mar 26, 2017
  11. Feb 01, 2017
  12. Nov 26, 2015
  13. Oct 08, 2015
  14. Apr 06, 2015
  15. Nov 24, 2014
  16. Nov 16, 2014
  17. Sep 16, 2014