mirror of
https://github.com/atom/atom.git
synced 2026-02-14 00:25:08 -05:00
The ellipsis character is now recognized as punctuation
This commit is contained in:
@@ -127,7 +127,7 @@ module.exports =
|
||||
default: true
|
||||
nonWordCharacters:
|
||||
type: 'string'
|
||||
default: "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
|
||||
default: "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-…"
|
||||
preferredLineLength:
|
||||
type: 'integer'
|
||||
default: 80
|
||||
|
||||
Reference in New Issue
Block a user