-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whitelabel ausweisen tab #741
Conversation
# Conflicts: # frontend/lib/identification/activation_workflow/activation_code_scanner_page.dart
{ | ||
"semi": false, | ||
"singleQuote": false, | ||
"arrowParens": "avoid", | ||
"printWidth": 120, | ||
"bracketSameLine": true, | ||
"tabWidth": 4, | ||
"endOfLine": "auto" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to add a prettier config here (which is slightly different to the one in administration (tabWidth
, singleQuote
). Otherwise intellij always auto formats according to prettier's defaults which results in changes everywhere.
Ultimatively, we probably want a unified prettier config at the root of the repo.
Should I create an issue for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
frontend/lib/identification/activation_workflow/activation_code_scanner_page.dart
Outdated
Show resolved
Hide resolved
Co-authored-by: Max Ammann <[email protected]>
Closes #719 .