We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd94fd8 commit 4882276Copy full SHA for 4882276
.prettierrc.yaml
@@ -0,0 +1,2 @@
1
+printWidth: 100 # Line length
2
+proseWrap: always # Enable line-wrapping when it exceeds the line length
.taplo.toml
@@ -0,0 +1,7 @@
+[formatting]
+align_comments = false
3
+allowed_blank_lines = 1
4
+column_width = 100
5
+reorder_arrays = true
6
+reorder_inline_tables = true
7
+reorder_keys = true
0 commit comments