mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Add the setting to allow line ending changes
This commit is contained in:
parent
56a6eb0283
commit
b3f8bc0cca
@ -169,4 +169,17 @@ return array(
|
||||
|
||||
'defaultMask' => ['file' => null, 'folder' => null],
|
||||
|
||||
);
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Convert Line Endings
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Determines if October should convert line endings from the windows style
|
||||
| \r\n to the unix style \n.
|
||||
|
|
||||
*/
|
||||
|
||||
'convertLineEndings' => false,
|
||||
|
||||
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user