ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
remove-trailing-whitespace.php File Reference

Removes trailing whitespace from files. More...

Go to the source code of this file.

Variables

 $FS = new FSTools()
 
 $files = $FS->globr('.', '{,.}*', GLOB_BRACE)
 

Detailed Description

Removes trailing whitespace from files.

Definition in file remove-trailing-whitespace.php.

Variable Documentation

◆ $files

$files = $FS->globr('.', '{,.}*', GLOB_BRACE)

Definition at line 16 of file remove-trailing-whitespace.php.

◆ $FS

$FS = new FSTools()

Definition at line 14 of file remove-trailing-whitespace.php.