diff options
Diffstat (limited to '.github/styles/Google/Spacing.yml')
-rw-r--r-- | .github/styles/Google/Spacing.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/styles/Google/Spacing.yml b/.github/styles/Google/Spacing.yml deleted file mode 100644 index 5f209a9f..00000000 --- a/.github/styles/Google/Spacing.yml +++ /dev/null @@ -1,8 +0,0 @@ -extends: existence -message: "'%s' should have one space." -link: 'https://developers.google.com/style/sentence-spacing' -level: error -nonword: true -tokens: - - '[.?!] {2,}[A-Z]' - - '[.?!][A-Z]' |