mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
14 lines
235 B
TOML
14 lines
235 B
TOML
# 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
|