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.
*.{slnx,xaml}
includes
1 parent 74e1a52 commit bff1877Copy full SHA for bff1877
examples/formatter-csharpier.toml
@@ -2,5 +2,5 @@
2
[formatter.csharpier]
3
command = "csharpier"
4
excludes = []
5
-includes = ["*.cs", "*.csproj"]
+includes = ["*.cs", "*.csproj" "*.slnx" "*.xaml"]
6
options = ["format"]
programs/csharpier.nix
@@ -13,7 +13,8 @@
13
includes = [
14
"*.cs"
15
"*.csproj"
16
- # "*.slnx" # add this with 1.0.3 release
+ "*.slnx" # support added in 1.1.0
17
+ "*.xaml" # support added in 1.1.0
18
];
19
})
20
0 commit comments