editorconfig: change indent_size to 4 for js,ts,json,html,cshtml (#14090)

This commit is contained in:
Bogdan 2023-02-25 21:49:30 +02:00 committed by GitHub
parent 39129cf0f8
commit 37ff7ed991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ indent_size=2
# JavaScript/HTML
[*.{js,ts,json,html,cshtml}]
indent_size=2
indent_size=4
# Code files
[*.{cs,csx,vb,vbx}]