Skip to content

Commit 4882276

Browse files
committed
chore: add config files for prettier & taplo
1 parent cd94fd8 commit 4882276

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.prettierrc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
printWidth: 100 # Line length
2+
proseWrap: always # Enable line-wrapping when it exceeds the line length

.taplo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[formatting]
2+
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

Comments
 (0)