Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2022-04-05 18:54:15 +0300
committerVivia Nikolaidou <vivia@ahiru.eu>2022-04-05 19:13:59 +0300
commitf8d162d909b68ce36c42cd2dbe779e3fb0654409 (patch)
tree931e30272c6ab103e0cf7e55eadb353fb230f15f /rustfmt.toml
parentbd2ff494c717363acaa886f31dc7478f8d187365 (diff)
rustfmt.toml: Add file
This will automatically run `cargo fmt` when a file is saved.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 00000000..3a26366d
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1 @@
+edition = "2021"