-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: GitHub <[email protected]>
- Loading branch information
1 parent
bc06fc7
commit a958547
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,23 +25,23 @@ | |
entry: prettier --write --list-different --ignore-unknown --print-width 200 --xml-self-closing-space false --xml-whitespace-sensitivity ignore | ||
language: node | ||
files: .xacro$ | ||
additional_dependencies: [[email protected].7, "@prettier/[email protected]"] | ||
additional_dependencies: [[email protected].8, "@prettier/[email protected]"] | ||
|
||
- id: prettier-launch-xml | ||
name: prettier launch.xml | ||
description: Apply Prettier with plugin-xml to launch.xml. | ||
entry: prettier --write --list-different --ignore-unknown --print-width 200 --xml-self-closing-space false --xml-whitespace-sensitivity ignore | ||
language: node | ||
files: launch.xml$ | ||
additional_dependencies: [[email protected].7, "@prettier/[email protected]"] | ||
additional_dependencies: [[email protected].8, "@prettier/[email protected]"] | ||
|
||
- id: prettier-package-xml | ||
name: prettier package.xml | ||
description: Apply Prettier with plugin-xml to package.xml. | ||
entry: prettier --write --list-different --ignore-unknown --print-width 1000 --xml-self-closing-space false --xml-whitespace-sensitivity ignore | ||
language: node | ||
files: package.xml$ | ||
additional_dependencies: [[email protected].7, "@prettier/[email protected]"] | ||
additional_dependencies: [[email protected].8, "@prettier/[email protected]"] | ||
|
||
- id: ros-include-guard | ||
name: fix include guard | ||
|