Skip to content

Commit

Permalink
chore(editorconfig): add file for consistent options across different…
Browse files Browse the repository at this point in the history
… editors
  • Loading branch information
hasezoey committed Sep 7, 2022
1 parent 5867cd7 commit 6fb47a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
root = true

[*.{ts, js}]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space

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

0 comments on commit 6fb47a8

Please sign in to comment.