From b1683fdf3dc49c458884c0515b38ca0e84c046b7 Mon Sep 17 00:00:00 2001 From: Tatian Perry Date: Wed, 22 Apr 2020 09:37:09 -0500 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3ba632 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +vale.ini example + +``` +# This goes in a file named either `.vale.ini` or `_vale.ini`. +StylesPath = .github +MinAlertLevel = suggestion # suggestion, warning or error + +# Only Markdown and .txt files; change to whatever you're using. +[*.{md,txt}] +# List of styles to load. Loading our styles from .github/valeStyles +BasedOnStyles = valeStyles +``` \ No newline at end of file