Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Changelog", this file is a reverse-chronological list of merged pull requests.

## Open PR's

- [PR-142](https://github.com/itk-dev/devops_itkdev-docker/pull/142) - 2026-05-21 -
Add Prettier config for Taskfiles
- [PR-135](https://github.com/itk-dev/devops_itkdev-docker/pull/135) - 2026-01-29 -
Add Podman support with dynamic machine detection
- [PR-126](https://github.com/itk-dev/devops_itkdev-docker/pull/126) - 2026-01-05 -
Expand Down
11 changes: 11 additions & 0 deletions config/drupal/yaml/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file is copied from config/drupal/yaml/.prettierrc.yaml in https://github.com/itk-dev/devops_itkdev-docker.
# Feel free to edit the file, but consider making a pull request if you find a general issue with the file.

# https://prettier.io/docs/configuration
overrides:
# https://taskfile.dev/docs/styleguide
- files:
- "Taskfile.{yml,yaml}"
options:
tabWidth: 2
singleQuote: true
7 changes: 7 additions & 0 deletions config/symfony/yaml/.prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

# https://prettier.io/docs/configuration
overrides:
# https://taskfile.dev/docs/styleguide
- files:
- "Taskfile.{yml,yaml}"
options:
tabWidth: 2
singleQuote: true

# Symfony config
- files:
- "config/**/*.{yml,yaml}"
Expand Down
1 change: 1 addition & 0 deletions templates/drupal-10/.prettierrc.yaml
1 change: 1 addition & 0 deletions templates/drupal-11/.prettierrc.yaml
1 change: 1 addition & 0 deletions templates/drupal-8/.prettierrc.yaml
1 change: 1 addition & 0 deletions templates/drupal-9/.prettierrc.yaml
1 change: 1 addition & 0 deletions templates/drupal/.prettierrc.yaml
Loading