Skip to content

Commit

Permalink
add an editor config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaben committed Sep 25, 2024
1 parent c3c2625 commit 6194f0a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[*.ts]
indent_style=space
indent_size=2
max_line_length=80
quote_type=single

[*.js]
indent_style=space
indent_size=2
max_line_length=80
quote_type=single

[*.json]
indent_style=space
indent_size=4
max_line_length=80
quote_type=double

0 comments on commit 6194f0a

Please sign in to comment.