1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Add taplo.toml for toml formatting (#7618)

This commit is contained in:
Emil Ernerfeldt
2025-10-09 15:38:00 +02:00
committed by GitHub
parent 82b6b3c98d
commit d50287b83c
42 changed files with 185 additions and 257 deletions

13
taplo.toml Normal file
View File

@@ -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