Skip to content

Commit

Permalink
style: format files using prettier (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jun 2, 2024
1 parent 542714b commit d23b92d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is a list of plugins that need to be installed previously to enjoy all the
<!-- Label: Project -->
<!-- Label: Installation -->
<!-- Label: Oh-My-Zsh -->
<!-- Include: ./../../disclaimer.md -->
<!-- Include: docs/disclaimer.md -->
<!-- Include: ac:toc -->

### [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) users
Expand All @@ -53,7 +53,7 @@ If you're using [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh), install this pl
<!-- Label: Project -->
<!-- Label: Installation -->
<!-- Label: Antigen -->
<!-- Include: ./../../disclaimer.md -->
<!-- Include: docs/disclaimer.md -->
<!-- Include: ac:toc -->

### [antigen](https://github.com/zsh-users/antigen) users
Expand All @@ -69,7 +69,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), install this pl
<!-- Label: ZshFlutter -->
<!-- Label: Project -->
<!-- Label: Installation -->
<!-- Include: ./../../disclaimer.md -->
<!-- Include: docs/disclaimer.md -->
<!-- Include: ac:toc -->

### [antibody](https://github.com/getantibody/antibody) users
Expand Down Expand Up @@ -110,7 +110,7 @@ task setup
<!-- Parent: ZshFlutter -->
<!-- Title: Functions ZshFlutter -->
<!-- Label: Functions -->
<!-- Include: disclaimer.md -->
<!-- Include: docs/disclaimer.md -->
<!-- Include: ac:toc -->

## Functions
Expand Down Expand Up @@ -142,7 +142,7 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co

## Copyright

Copyright © 2018-2023 [Hadenlabs](https://hadenlabs.com)
Copyright © 2018-2024 [Hadenlabs](https://hadenlabs.com)

## Trademarks

Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ tasks:
environment:
desc: Setup environment of project
cmds:
- task: python:environment
- task: python:environment

0 comments on commit d23b92d

Please sign in to comment.