adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
191 stars 65 forks source link

fix: Removed mixed space and tabs from templates #150

Closed allanmaral closed 3 years ago

allanmaral commented 3 years ago

Proposed changes

Replaced all the tabs in the templates/*.txt files to spaces. Fix #149

Types of changes

What types of changes does your code introduce?

Checklist

RomainLanz commented 3 years ago

Hey @allanmaral! 👋

Could you please also update prettier configuration to ignore those txt file?

If you can also made the change here it would be awesome! (https://github.com/adonisjs/mrm-preset/blob/develop/prettier/index.js)

allanmaral commented 3 years ago

Hey @RomainLanz 👋 Sure! Created the PR adonisjs/mrm-preset#13 and updated the .prettierignore in this one.

Hope everything is alright, first time contributing

thetutlage commented 3 years ago

@RomainLanz Leaving this PR for you to merge :)

RomainLanz commented 3 years ago

Thanks! @allanmaral