Skip to content

Commit e6ab9ce

Browse files
committed
Add single quote enforcement setting
1 parent cfa916e commit e6ab9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linters/SublimeLinter/SublimeLinter.sublime-settings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
// Require capitalized names for constructor functions.
5353
"newcap": true,
5454

55+
// Enforce use of single quotation marks for strings.
56+
"quotmark": "single",
57+
5558
// Prohibit trailing whitespace.
5659
"trailing": true,
5760

0 commit comments

Comments
 (0)