Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P PHPStorm - TYPO3 Coding Tools
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Fabian Galinski
  • PHPStorm - TYPO3 Coding Tools
  • Issues
  • #11

Closed
Open
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
None
Milestone
None
Assign milestone
Time tracking