We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42530c4 commit 845b3e8Copy full SHA for 845b3e8
.markdownlint.yaml
@@ -1,7 +1,9 @@
1
+# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules.
2
default: true
3
MD013: false
4
MD024:
5
siblings_only: true
6
MD033: false
7
MD041: false
8
MD046: false
9
+MD049: false
.prettierrc.yaml
@@ -1,2 +1,20 @@
printWidth: 100
tabWidth: 2
+overrides:
+ - files: package.xml
+ options:
+ printWidth: 1000
+ xmlSelfClosingSpace: false
+ xmlWhitespaceSensitivity: ignore
+
10
+ - files: "*.launch.xml"
11
12
+ printWidth: 200
13
14
15
16
+ - files: "*.xacro"
17
18
19
20
0 commit comments