Skip to content
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

style: use prettier on other file formats as well #648

Merged
merged 6 commits into from
Feb 16, 2022
Merged

style: use prettier on other file formats as well #648

merged 6 commits into from
Feb 16, 2022

Conversation

pataar
Copy link
Member

@pataar pataar commented Feb 16, 2022

This also includes some root files, json files, md files and yml files.

Also updated two rules which make the html more readable:

from:

<span class="text--disabled" style="font-size: 0.9em"
    >{{ $t('Panels.ControlPanel.FeedrateIn') }} [mm/s]</span
>

to

<span class="text--disabled" style="font-size: 0.9em">
    {{ $t('Panels.ControlPanel.FeedrateIn') }} [mm/s]
</span>

Another example:
image

@meteyou meteyou merged commit 615ee73 into mainsail-crew:develop Feb 16, 2022
@pataar pataar deleted the feature/extend_prettier branch February 16, 2022 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants