update .styles

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-04-07 02:08:04 +05:30
committed by xsahil03x
parent a0a66ad933
commit d94a059c55
2 changed files with 3 additions and 16 deletions
+3 -5
View File
@@ -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 .*;)