File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ indent_size = 2
2222[* .{h,c,cpp} ]
2323indent_style = space
2424indent_size = 2
25+
26+ [* .json ]
27+ indent_style = space
28+ indent_size = 4
Original file line number Diff line number Diff line change 1+ {
2+ // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+ // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4+ // List of extensions which should be recommended for users of this workspace.
5+ "recommendations" : [
6+ " austin.code-gnu-global" ,
7+ " editorconfig.editorconfig" ,
8+ " ms-python.python" ,
9+ " ms-python.vscode-pylance" ,
10+ " ms-vscode.cpptools" ,
11+ " redhat.vscode-yaml" ,
12+ " tamasfe.even-better-toml" ,
13+ " xaver.clang-format" ,
14+ ],
15+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
16+ "unwantedRecommendations" : []
17+ }
You can’t perform that action at this time.
0 commit comments