Skip to content

Commit 52ce53a

Browse files
committed
📝 Chore(UDE): Better format options
- This is the first time I use `UDE` this word, it means the Universe Development Environment
1 parent c3cd395 commit 52ce53a

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

.csharpierrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
printWidth: 200
1+
printWidth: 140
22
useTabs: false
33
tabWidth: 4
44
endOfLine: auto

KitX.code-workspace

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
{
2-
"folders": [
3-
{
4-
"path": "."
5-
}
6-
],
7-
"settings": {
8-
"git.autorefresh": true,
9-
"dotnet.defaultSolution": "KitX.sln",
10-
"[python]": {
11-
"editor.defaultFormatter": "ms-python.black-formatter"
12-
},
13-
"[csharp]": {
14-
"editor.defaultFormatter": "csharpier.csharpier-vscode",
15-
"editor.formatOnSave": true
16-
},
17-
"[xml]": {
18-
"editor.defaultFormatter": "PrateekMahendrakar.prettyxml"
19-
},
20-
"[xaml]": {
21-
"editor.defaultFormatter": "PrateekMahendrakar.prettyxml"
22-
},
23-
"prettyxml.settings.formatOnSave": true,
24-
"prettyxml.settings.preserveWhiteSpacesInComment": true
2+
"folders": [
3+
{
4+
"path": "."
255
}
6+
],
7+
"settings": {
8+
"git.autorefresh": true,
9+
"dotnet.defaultSolution": "KitX.sln",
10+
"[python]": {
11+
"editor.defaultFormatter": "ms-python.black-formatter"
12+
},
13+
"[csharp]": {
14+
"editor.defaultFormatter": "csharpier.csharpier-vscode",
15+
"editor.formatOnSave": true,
16+
"editor.rulers": [140, 160]
17+
},
18+
"[xml]": {
19+
"editor.defaultFormatter": "PrateekMahendrakar.prettyxml",
20+
"editor.formatOnSave": true
21+
},
22+
"[xaml]": {
23+
"editor.defaultFormatter": "PrateekMahendrakar.prettyxml",
24+
"editor.formatOnSave": true
25+
},
26+
"prettyxml.settings.formatOnSave": true,
27+
"prettyxml.settings.preserveWhiteSpacesInComment": true
2628
}
27-
29+
}

0 commit comments

Comments
 (0)