The ellipsis character is now recognized as punctuation

This commit is contained in:
Nounours Heureux
2015-06-26 15:36:12 +02:00
parent 77d7e7a69f
commit b7b9a9fb88

View File

@@ -127,7 +127,7 @@ module.exports =
default: true
nonWordCharacters:
type: 'string'
default: "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
default: "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
preferredLineLength:
type: 'integer'
default: 80