Skip to content

Commit

Permalink
editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Jul 30, 2023
1 parent eb6febe commit 3ba0c6c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.js]
indent_style = space
indent_size = 2

[*.ts]
indent_style = space
indent_size = 2

[*.json]
[*.{js,ts}]
indent_style = space
indent_size = 2

[*.yml]
[*.{json,yml}]
indent_style = space
indent_size = 2

0 comments on commit 3ba0c6c

Please sign in to comment.