Skip to content

Commit

Permalink
chore: update .prettierrc.yaml to be consistent with pre-commit-hooks…
Browse files Browse the repository at this point in the history
…-ros (autowarefoundation#143)

Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored Apr 4, 2022
1 parent 545673a commit 7b2d460
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
printWidth: 100
tabWidth: 2
overrides:
- files: package.xml
options:
printWidth: 1000
xmlSelfClosingSpace: false
xmlWhitespaceSensitivity: ignore

- files: "*.launch.xml"
options:
printWidth: 200
xmlSelfClosingSpace: false
xmlWhitespaceSensitivity: ignore

- files: "*.xacro"
options:
printWidth: 200
xmlSelfClosingSpace: false
xmlWhitespaceSensitivity: ignore

0 comments on commit 7b2d460

Please sign in to comment.