added precommit hook for format

This commit is contained in:
Danny Coates 2017-08-11 15:59:14 -07:00
parent 8d26e0e742
commit d8a5789701
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 439 additions and 1 deletions

View file

@ -61,7 +61,8 @@ app.engine(
l10nDev: conf.l10n_dev,
baseUrl: conf.base_url,
title: 'Firefox Send',
description: 'Encrypt and send files with a link that automatically expires to ensure your important documents dont stay online forever.'
description:
'Encrypt and send files with a link that automatically expires to ensure your important documents dont stay online forever.'
}
})
);