Skip to content

Commit 845b3e8

Browse files
chore: sync files (#21)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
1 parent 42530c4 commit 845b3e8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.markdownlint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules.
12
default: true
23
MD013: false
34
MD024:
45
siblings_only: true
56
MD033: false
67
MD041: false
78
MD046: false
9+
MD049: false

.prettierrc.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
printWidth: 100
22
tabWidth: 2
3+
overrides:
4+
- files: package.xml
5+
options:
6+
printWidth: 1000
7+
xmlSelfClosingSpace: false
8+
xmlWhitespaceSensitivity: ignore
9+
10+
- files: "*.launch.xml"
11+
options:
12+
printWidth: 200
13+
xmlSelfClosingSpace: false
14+
xmlWhitespaceSensitivity: ignore
15+
16+
- files: "*.xacro"
17+
options:
18+
printWidth: 200
19+
xmlSelfClosingSpace: false
20+
xmlWhitespaceSensitivity: ignore

0 commit comments

Comments
 (0)