메소드 | 설명 | |
---|---|---|
CheckForTabs ( List |
If user checked a preference to scan for TABS, and the file extension matches, check the file(s) for TABs and EOL's spaces
|
메소드 | 설명 | |
---|---|---|
CheckTabsInFile ( string file ) : bool |
Check if a file contains TAB characters or EOL spaces Assumes the file is a readable text file
|
|
CheckTabsInFiles ( List |
Check a list of files, filtered by a list of Regex expressions, for TABs or EOL spaces Returns a subset of files that contain TABs or EOL spaces
|