Add the setting to allow line ending changes

This commit is contained in:
Jmeyering 2014-05-19 13:06:37 -05:00
parent 56a6eb0283
commit b3f8bc0cca

View File

@ -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,
);