Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
fix(#49) Insert new line into Twig templates
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Apr 16, 2017
1 parent cacf2fc commit 0156424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -14,5 +14,5 @@ indent_size = 4
[{composer.json,*.neon}]
indent_size = 4

[{*.txt,*.json,*.twig}]
[{*.txt,*.json}]
insert_final_newline = false
2 changes: 1 addition & 1 deletion examples/react-http/baz.twig
Expand Up @@ -7,4 +7,4 @@
<body>
<p>Thanks to PSR interop.</p>
</body>
</html>
</html>

0 comments on commit 0156424

Please sign in to comment.