Skip to content

Commit d423f8d

Browse files
committed
chore: move cspell config
1 parent 755f51e commit d423f8d

File tree

4 files changed

+42
-43
lines changed

4 files changed

+42
-43
lines changed

.cspell.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: "0.2"
2+
words:
3+
- bigdecimal
4+
- bytesize
5+
- chrono
6+
- codecov
7+
- confik
8+
- dataless
9+
- deserializations
10+
- docsrs
11+
- doctests
12+
- formatdoc
13+
- humantime
14+
- impls
15+
- indoc
16+
- ipnetwork
17+
- msrv
18+
- rustc
19+
- rustdoc
20+
- rustversion
21+
- serde
22+
- struct
23+
- tempfile
24+
- thiserror
25+
- trybuild
26+
- usize

.vscode/settings.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
11
{
2-
"cSpell.words": [
3-
"bigdecimal",
4-
"bytesize",
5-
"chrono",
6-
"codecov",
7-
"confik",
8-
"dataless",
9-
"deserializations",
10-
"docsrs",
11-
"formatdoc",
12-
"impls",
13-
"indoc",
14-
"ipnetwork",
15-
"msrv",
16-
"rustc",
17-
"rustversion",
18-
"serde",
19-
"struct",
20-
"tempfile",
21-
"thiserror",
22-
"trybuild",
23-
"usize"
24-
],
252
"rust-analyzer.cargo.features": "all"
263
}

flake.lock

Lines changed: 15 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
inputs = {
33
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
4+
flake-parts.url = "github:hercules-ci/flake-parts";
45
};
56

67
outputs = inputs@{ flake-parts, ... }:

0 commit comments

Comments
 (0)