We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbd5ec commit 53a3e19Copy full SHA for 53a3e19
cspell.json
@@ -5,6 +5,7 @@
5
"ignoreWords": [
6
"eigen",
7
"Eigen",
8
+ "findpackage",
9
"pixi",
10
"srcset"
11
]
pixi.toml
@@ -47,7 +47,7 @@ scripts = ["pixi/env.bat"]
47
print-env = { cmd = "echo $PATH" }
48
49
[target.unix.tasks]
50
-# This task only runs propertly Unix systems.
+# This task only runs properly Unix systems.
51
format = { cmd = "clang-format -i src/*" }
52
53
################################################################################
0 commit comments