Changeset 4797
- Timestamp:
- 12/19/06 15:18:59 (2 years ago)
- Files:
-
- trunk/support/clean_files.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/support/clean_files.php
r4796 r4797 6 6 * Helper to clean whitespace inside files in a directory (recursive) 7 7 * 8 * Converts tabs to four spaces, fixes various line break schemes9 * to unix newline , removes trailing whitespace from each line10 * remove dpreceding/trailing whitespace from the whole file (to avoid8 * Converts tabs to four spaces, converts various line break schemes 9 * to unix newlines, removes trailing whitespace from each line and 10 * removes preceding/trailing whitespace from the whole file (to avoid 11 11 * introducing accidental linebreaks to output [breaks XML for example]) 12 12 * 13 * NOTE: if you wish to allow the script to automatically overwrite the files 14 * (in stead of just producing a .cleaned file), then you must change the 15 * $confirm property below. 13 16 */ 14 17 class midcom_support_filecleaner
