Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PHPStorm - TYPO3 Coding Tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Fabian Galinski
  • PHPStorm - TYPO3 Coding Tools
  • Issues
  • #11
Closed
Open
Issue created Jan 05, 2021 by Dieter Porth@Padina

Clean ist worse

I have the following code in my fluid-Template

    <script>
        var ivmmontlystatisticsInitTableDatas = ivmmontlystatisticsInitTableDatas || {};
        ivmmontlystatisticsInitTableDatas.dataSet = JSON.parse({jsonTableDataString->f:format.raw()});
...

If i try to commit, the cleanup removes the colon ; and the f:. I store in git.

    <script>
        var ivmmontlystatisticsInitTableDatas = ivmmontlystatisticsInitTableDatas || {};
        ivmmontlystatisticsInitTableDatas.dataSet = JSON.parse({jsonTableDataString->format.raw()})
...
Assignee
Assign to
Time tracking