set_project_settings
Set build and language options for IEC logic projects, enabling or disabling features like chained assignments and nested comments, to control compilation behavior.
Instructions
Set one or more project settings (build/language options). Common idents: 'unity.multiAssign'='1' allows chained assignments a:=b:=c (error E1203 if disabled), 'unity.nestedComment', 'unity.paramNotAssign', 'unity.emptyParaAllowed'. Values are strings ('0'/'1' for booleans). The project is reloaded from a patched archive and UNSAVED — build_project then save_project afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes |