All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.scsslint.LeadingZero.html Maven / Gradle / Ivy

Details

Don't write leading zeros for numeric values with a decimal point.

Bad: unnecessary leading zero

margin: 0.5em;

Good: no leading zero

margin: .5em;

You can configure this to prefer including leading zeros.

Configuration Option Description
style exclude_zero or include_zero (default exclude_zero)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy