1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-21 23:33:18 +00:00

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

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}]