File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1313 "customizations" : {
1414 "vscode" : {
1515 "settings" : {
16+ "files.associations" : {
17+ "*.c" : " c" ,
18+ "*.cc" : " cpp" ,
19+ "*.cpp" : " cpp" ,
20+ "*.cxx" : " cpp" ,
21+ "*.h" : " c" ,
22+ "*.hpp" : " cpp" ,
23+ "*.phpt" : " php"
24+ },
25+
1626 "diffEditor.ignoreTrimWhitespace" : false ,
27+ "editor.detectIndentation" : false ,
28+ "editor.insertSpaces" : false ,
1729 "editor.renderWhitespace" : " boundary" ,
30+ "editor.tabSize" : 4 ,
1831 "intelephense.environment.phpVersion" : " 8.3.0" ,
32+
1933 "intelephense.files.exclude" : [
2034 " **/.git/**" ,
2135 " **/.svn/**" ,
3852 " bmewburn.vscode-intelephense-client" ,
3953 " eamodio.gitlens" ,
4054 " EditorConfig.EditorConfig" ,
55+ " maelvalais.autoconf" ,
4156 " mhutchie.git-graph" ,
57+ " ms-azuretools.vscode-docker" ,
58+ " ms-vscode.cpptools-extension-pack" ,
4259 " ms-vscode.cpptools"
4360 ]
4461 }
You can’t perform that action at this time.
0 commit comments