diff --git a/app/config/cms.php b/app/config/cms.php index 4c63bcdb0..12277e725 100644 --- a/app/config/cms.php +++ b/app/config/cms.php @@ -169,4 +169,17 @@ return array( 'defaultMask' => ['file' => null, 'folder' => null], -); \ No newline at end of file + /* + |-------------------------------------------------------------------------- + | Convert Line Endings + |-------------------------------------------------------------------------- + | + | Determines if October should convert line endings from the windows style + | \r\n to the unix style \n. + | + */ + + 'convertLineEndings' => false, + + +);