Leading white space standardization and minimum_yara rename
NEW FEATURES
- Leading white space standardization
- ensures the leading white space in validated rules are the same, by default converts and '\t' characters to four ' ' characters
- this is a configurable behavior in validator_cfg.yml
CHANGES
- changed minimum_yara to yara_version:
- fixes a compatibility issue
BUG FIXES
- None