Skip to content

Commit d2137f1

Browse files
committed
Improve IDE / editor config
- add .vscode/extensions.json - configure *.json/*.jsonc for 2 spaces indentation
1 parent aeb41f7 commit d2137f1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

13-
[*.{yml,yaml}]
13+
[*.{json,jsonc,yml,yaml}]
1414
indent_size = 2
1515

1616
[{vendor,inc/phpseclib}/**]

.vscode/extensions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"recommendations": [
3+
"bmewburn.vscode-intelephense-client",
4+
"eamodio.gitlens",
5+
"editorconfig.editorconfig",
6+
"esbenp.prettier-vscode",
7+
"github.vscode-github-actions",
8+
"samuelhinchliffe.phpdoc-generator-2022"
9+
]
10+
}

0 commit comments

Comments
 (0)