Some tabs appeared in super_login.settings.yml, resulting in the following error:

Uncaught PHP Exception Drupal\\Core\\Config\\UnsupportedDataTypeConfigException: "Invalid data type in config super_login.settings, found in filemodules/contrib/super_login/config/install/super_login.settings.yml : A YAML file cannot contain tabs as indentation at line 5 (near "\tcapslock_msg: 'Caps Lock On' ")."

The attached patch replaces those tabs with spaces.

CommentFileSizeAuthor
#4 3131317.patch702 bytesneclimdul
fix_whitespace.patch626 byteswrd

Comments

wrd created an issue. See original summary.

  • 3CWebDev committed 4271852 on 8.x-1.x authored by wrd
    Issue #3131317 by wrd: Whitespace errors in super_login.settings.yml
    
3cwebdev’s picture

Status: Active » Needs review
neclimdul’s picture

StatusFileSize
new702 bytes

This added some trailing whitespace. Not an error but not correct.

  • 3CWebDev committed 360bd7f on 8.x-1.x authored by neclimdul
    Issue #3131317 by wrd, neclimdul, 3CWebDev: Whitespace errors in...
neclimdul’s picture

Status: Needs review » Fixed

👍

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.