chore: add rustfmt config
Also adds a Zed editor config for automatic formatting with nightly.
This commit is contained in:
parent
e91a984da9
commit
d5dbcc7677
31 changed files with 349 additions and 420 deletions
3
build.rs
3
build.rs
|
|
@ -1,4 +1,5 @@
|
|||
use std::{env, fs, path::PathBuf};
|
||||
use std::path::PathBuf;
|
||||
use std::{env, fs};
|
||||
use xdgen::{App, Context, FluentString};
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue