mirror of https://github.com/Jackett/Jackett
editorconfig: change indent_size to 4 for js,ts,json,html,cshtml (#14090)
This commit is contained in:
parent
39129cf0f8
commit
37ff7ed991
|
@ -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}]
|
||||
|
|
Loading…
Reference in New Issue