mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
🐛 Hanging indent must be a positive value
This commit is contained in:
@@ -152,6 +152,7 @@ module.exports =
|
||||
softWrapHangingIndentationSpaces:
|
||||
type: 'integer'
|
||||
default: 0
|
||||
minimum: 0
|
||||
scrollSensitivity:
|
||||
type: 'integer'
|
||||
default: 40
|
||||
|
||||
Reference in New Issue
Block a user