Skip to content

Commit

Permalink
update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndr committed Feb 22, 2024
1 parent 196f63a commit 3f62636
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ root = true
end_of_line = lf
insert_final_newline = false

[src/**/*.ts]
[{src,tests}/*.ts]
charset = utf-8
indent_style = space
indent_size = 4

[{src,tests}/**/*.ts]
charset = utf-8
indent_style = space
indent_size = 4

0 comments on commit 3f62636

Please sign in to comment.