Skip to content

Commit f36ff4e

Browse files
dycwweb-flow
andauthored
Add to conform.nvim.lua (#897)
Co-authored-by: github-actions-bot <noreply@github.com>
1 parent 6c66b68 commit f36ff4e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configs/neovim/lua/plugins/conform.nvim.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,16 @@ return {
7373
},
7474
taplo = {
7575
append_args = {
76-
"--option",
77-
"indent_tables=true",
7876
"--option",
7977
"indent_entries=true",
8078
"--option",
81-
"reorder_keys=true",
79+
"indent_tables=true",
80+
"--option",
81+
"reorder_arrays=true",
8282
"--option",
8383
"reorder_inline_tables=true",
84+
"--option",
85+
"reorder_keys=true",
8486
},
8587
},
8688
},

0 commit comments

Comments
 (0)