mirror of
https://github.com/emilk/egui.git
synced 2026-07-04 05:47:26 +00:00
Add taplo.toml for toml formatting (#7618)
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
# https://github.com/tamasfe/taplo
|
||||
|
||||
include = [
|
||||
"*.toml",
|
||||
"crates/**/*.toml",
|
||||
"examples/**/*.toml",
|
||||
"scripts/**/*.toml",
|
||||
"tests/**/*.toml",
|
||||
]
|
||||
|
||||
[formatting]
|
||||
align_comments = false # causes unnecessary churn
|
||||
column_width = 100
|
||||
Reference in New Issue
Block a user