BasedOnStyles
StylesPath = styles
[*.md]
BasedOnStyles = Vale, MyStyle[*.md]
# Enables only this rule:
Style1.Rule = YES[*.md]
BasedOnStyles = Vale, MyStyle
Vale.Spelling = NOLearn how to enable a style for a specific file type.
StylesPath = styles
[*.md]
BasedOnStyles = Vale, MyStyleBasedOnStyles specifies styles that should have all of their rules enabled.
If you only want to enable certain rules within a style, you can do so on an individual basis:
[*.md]
# Enables only this rule:
Style1.Rule = YESYou can also selectively disable rules from a style:
[*.md]
BasedOnStyles = Vale, MyStyle
Vale.Spelling = NO