This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262772

Summary: Removing spaces in PHP template when create file
Product: platform Reporter: w3lifer
Component: TemplatesAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description w3lifer 2016-07-11 19:26:26 UTC
Assume I want to create following template:

<?php





// Lorem ipsum ...

But when file is created its looks like this:

<?php

// Lorem ipsum ...

Line feeds between "<?php" and "// Lorem ipsum ..." are removed. Why?