cakephp / twig-view

Twig View for CakePHP
MIT License
13 stars 7 forks source link

Don't auto modify whitespace in twig files. #17

Closed ADmad closed 4 years ago

dereuromark commented 4 years ago

trim_trailing_whitespace = false is very sad as not all browsers/IDE will use editorconfig, so a time bomb to go off I wish we didn't need these improper settings

othercorey commented 4 years ago

It's just keep the unit tests clean since we're testing raw string output.