Skip to content

Commit aae9446

Browse files
committed
override taplo's indentation to 1 space
1 parent d709f7b commit aae9446

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

.taplo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[formatting]
2+
indent_string = " "

psst-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ cubeb = { git = "https://github.com/mozilla/cubeb-rs", optional = true }
4848
libsamplerate = { version = "0.1.0" }
4949
rb = { version = "0.4.1" }
5050
symphonia = { version = "0.5.4", default-features = false, features = [
51-
"ogg",
52-
"vorbis",
53-
"mp3",
51+
"ogg",
52+
"vorbis",
53+
"mp3",
5454
] }
5555

5656
[target.'cfg(target_os = "windows")'.dependencies]
5757
windows = { version = "0.58.0", features = [
58-
"Win32_System_Com",
58+
"Win32_System_Com",
5959
], default-features = false }

psst-gui/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ url = { version = "2.5.2" }
3737

3838
# GUI
3939
druid = { git = "https://github.com/jpochyla/druid", branch = "psst", features = [
40-
"im",
41-
"image",
42-
"jpeg",
43-
"png",
44-
"serde",
40+
"im",
41+
"image",
42+
"jpeg",
43+
"png",
44+
"serde",
4545
] }
4646
druid-enums = { git = "https://github.com/jpochyla/druid-enums" }
4747
druid-shell = { git = "https://github.com/jpochyla/druid", branch = "psst", features = [
48-
"raw-win-handle",
48+
"raw-win-handle",
4949
] }
5050
open = { version = "5.3.0" }
5151
raw-window-handle = { version = "0.5.2" } # Must stay compatible with Druid
5252
souvlaki = { version = "0.7.3", default-features = false, features = [
53-
"use_zbus",
53+
"use_zbus",
5454
] }
5555
sanitize_html = "0.8.1"
5656
rustfm-scrobble = "1.1.1"

0 commit comments

Comments
 (0)