yaml-sort-checker icon indicating copy to clipboard operation
yaml-sort-checker copied to clipboard

Add parameter to allow to verify YML sorting as case sensitive or insensitive

Open DeXteRrBDN opened this issue 3 years ago • 0 comments

We added in a fork the option to allow to choose wheather to use a case sensitive or insensitive string comparison. So we can choose if we allow to get all cappital letter at the begginig of the file or not.

New optional parameter in yaml-sort-checker.yml config file:

case-sensitive: false

DeXteRrBDN avatar Nov 12 '21 21:11 DeXteRrBDN