It is in /includes/modules/create_account.php, or if you have custom template changes, possibly /includes/modules/YOUR_TEMPLATE/create_account.php.
Looks like this:
if (!isset($email_format)) $email_format = (ACCOUNT_EMAIL_PREFERENCE == '1' ? 'HTML' : 'TEXT');



