@@ -9,11 +9,9 @@ Packages = Google
|
||||
# with one of Vale's supported formats.
|
||||
[formats]
|
||||
mdx = md
|
||||
|
||||
|
||||
# Since we mapped `mdx` to `md` in the `formats`section we have to declare our format to be `md`
|
||||
[*.md]
|
||||
BasedOnStyles = Vale, Google
|
||||
# TokenIgnores = ("integrationguide"), ^<[ ]{0}img(.*)+[ ]{0}/>$, <[ ]{0}img(.*\n)+/>
|
||||
# BlockIgnores = import \w* from '.*', \w*\.gradle
|
||||
|
||||
|
||||
BlockIgnores = (^import .*;), (import .*;), (<table>\n(.*\n)+</table>), (\| .* \|)
|
||||
TokenIgnores = (^import .*;),(import .*;)
|
||||
|
||||
Reference in New Issue
Block a user