Skip to content

Commit

Permalink
ci: adds taplo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 14, 2024
1 parent efa018a commit 038331c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions taplo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#:schema taplo://taplo.toml
[formatting]
align_entries = true
allowed_blank_lines = 1
column_width = 80
compact_entries = false
crlf = false
indent_string = " "

[[rule]]
include = ["**/taplo.toml", "pyproject.toml"]

[rule.formatting]
reorder_arrays = true
reorder_inline_tables = true
reorder_keys = true

[[rule]]
exclude = ["pyproject.toml"]
keys = ["project"]

[rule.formatting]
reorder_keys = false

0 comments on commit 038331c

Please sign in to comment.