mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
ci: Format toml files
... using taplo with default settings I tried this with 4 spaces indentation, but the patch is almost as big as this one, so I went with default settings instead as that is just easier:-)
This commit is contained in:
parent
51f7834f56
commit
cd6f2e2cf2
65 changed files with 1050 additions and 462 deletions
|
|
@ -1,16 +1,8 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
link_args = [
|
||||
"--nmagic",
|
||||
"-Tlink.x",
|
||||
"-Tdefmt.x",
|
||||
]
|
||||
link_args = ["--nmagic", "-Tlink.x", "-Tdefmt.x"]
|
||||
|
||||
rustflags = [
|
||||
"-C", "target-cpu=cortex-m33",
|
||||
]
|
||||
rustflags = ["-C", "target-cpu=cortex-m33"]
|
||||
|
||||
link_search_path = [
|
||||
"."
|
||||
]
|
||||
link_search_path = ["."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue