Skip to content

Commit f93eb15

Browse files
authored
Add editorconfig. Whitespace cleanup (#54)
1 parent 35e41d0 commit f93eb15

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"local>oxidecomputer/renovate-config//rust/autocreate",
66
"helpers:pinGitHubActionDigests"
77
]
8-
}
8+
}

.licenserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ header:
99
paths:
1010
- '**/*.rs'
1111

12-
comment: on-failure
12+
comment: on-failure

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# microbot
22

3-
A tiny Matrix bot for inclusion in other applications.
3+
A tiny Matrix bot for inclusion in other applications.

test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ matrix-sdk = { workspace = true }
88
microbot = { path = "../microbot" }
99
ruma = { workspace = true }
1010
tokio = { workspace = true }
11-
tracing = { workspace = true }
11+
tracing = { workspace = true }

0 commit comments

Comments
 (0)