Author: Manos Pitsidianakis [manos@pitsidianak.is]
Hash: 23fb0f924cb91c848fb488674e0f78616608111d
Timestamp: Mon, 18 Dec 2023 18:50:17 +0000 (9 months ago)

+7 -0 +/-6 browse
Add rustfmt.toml symbolic links to each crate
Add rustfmt.toml symbolic links to each crate

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
1diff --git a/archive-http/rustfmt.toml b/archive-http/rustfmt.toml
2new file mode 120000
3index 0000000..39f97b0
4--- /dev/null
5+++ b/archive-http/rustfmt.toml
6 @@ -0,0 +1 @@
7+ ../rustfmt.toml
8\ No newline at end of file
9 diff --git a/cli/rustfmt.toml b/cli/rustfmt.toml
10new file mode 120000
11index 0000000..39f97b0
12--- /dev/null
13+++ b/cli/rustfmt.toml
14 @@ -0,0 +1 @@
15+ ../rustfmt.toml
16\ No newline at end of file
17 diff --git a/mailpot-tests/.gitignore b/mailpot-tests/.gitignore
18new file mode 100644
19index 0000000..b7eca6e
20--- /dev/null
21+++ b/mailpot-tests/.gitignore
22 @@ -0,0 +1,2 @@
23+ *.db-shm
24+ *.db-wal
25 diff --git a/mailpot-tests/rustfmt.toml b/mailpot-tests/rustfmt.toml
26new file mode 120000
27index 0000000..39f97b0
28--- /dev/null
29+++ b/mailpot-tests/rustfmt.toml
30 @@ -0,0 +1 @@
31+ ../rustfmt.toml
32\ No newline at end of file
33 diff --git a/rest-http/rustfmt.toml b/rest-http/rustfmt.toml
34new file mode 120000
35index 0000000..39f97b0
36--- /dev/null
37+++ b/rest-http/rustfmt.toml
38 @@ -0,0 +1 @@
39+ ../rustfmt.toml
40\ No newline at end of file
41 diff --git a/web/rustfmt.toml b/web/rustfmt.toml
42new file mode 120000
43index 0000000..39f97b0
44--- /dev/null
45+++ b/web/rustfmt.toml
46 @@ -0,0 +1 @@
47+ ../rustfmt.toml
48\ No newline at end of file