File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "editor.formatOnPaste" : false ,
3+ "editor.formatOnSave" : false ,
4+ "editor.formatOnType" : false ,
5+ "editor.tabSize" : 4 ,
6+ "files.associations" : {
7+ "*.csproj" : " xml" ,
8+ "*.sln.dotsettings" : " xml"
9+ },
10+
11+ "dotnet.defaultSolution" : " ./SystemTextJson.JsonDiffPatch.sln" ,
12+ "[csharp]" : {
13+ "editor.defaultFormatter" : " ms-dotnettools.csharp"
14+ },
15+
16+ "prettier.printWidth" : 180 ,
17+ "[json,jsonc]" : {
18+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
19+ "editor.formatOnSave" : true ,
20+ "editor.tabSize" : 2
21+ },
22+
23+ "[xml]" : {
24+ "editor.defaultFormatter" : " DotJoshJohnson.xml"
25+ },
26+ "[markdown]" : {
27+ "editor.defaultFormatter" : " DavidAnson.vscode-markdownlint"
28+ },
29+ "markdown.extension.toc.levels" : " 1..3" ,
30+ }
You can’t perform that action at this time.
0 commit comments