MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

🎨 Use standard STRING_CONFIG_H_AUTHOR format #1070

Open thisiskeithb opened 1 week ago

thisiskeithb commented 1 week ago

Description

Wrap STRING_CONFIG_H_AUTHOR string in parenthesis per default & most configs.

Benefits

Configs will match the standard STRING_CONFIG_H_AUTHOR format.

[!NOTE]
Several configs will not build & will cause CI to fail, but they are a known issue. See https://github.com/MarlinFirmware/Configurations/issues/1068 for more details.