diff options
Diffstat (limited to '.github/styles/Google/EnDash.yml')
-rw-r--r-- | .github/styles/Google/EnDash.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/styles/Google/EnDash.yml b/.github/styles/Google/EnDash.yml new file mode 100644 index 00000000..194876aa --- /dev/null +++ b/.github/styles/Google/EnDash.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Use an em dash ('—') instead of '–'." +link: 'https://developers.google.com/style/dashes' +nonword: true +level: error +tokens: + - '–' |