mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Compare commits
3 commits
5864f43ea2
...
bdc9a010ee
Author | SHA1 | Date | |
---|---|---|---|
bdc9a010ee | |||
6a7d9f424f | |||
d603765079 |
3 changed files with 16 additions and 3 deletions
13
.cargo/config.toml
Normal file
13
.cargo/config.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C",
|
||||
"target-cpu=native",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
|
@ -4,6 +4,6 @@
|
|||
"max_line_length": "120",
|
||||
"use_gitignore": true,
|
||||
"preserve_blank_lines": true,
|
||||
"format_js": true,
|
||||
"format_js": false,
|
||||
"format_css": true
|
||||
}
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
"**/*-lock.json"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.86.2.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.87.1.wasm",
|
||||
"https://plugins.dprint.dev/json-0.17.4.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.16.0.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.16.1.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.5.4.wasm"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue