Change 'standardize_newlines' default to FALSE
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
diff --git a/application/config/config.php b/application/config/config.php
index ba6867f..d269b6e 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -352,7 +352,7 @@
| (usually \n) and Windows (\r\n).
|
*/
-$config['standardize_newlines'] = TRUE;
+$config['standardize_newlines'] = FALSE;
/*
|--------------------------------------------------------------------------