Skip to content

Commit

Permalink
(chore) Add .editorconfig (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashu16 authored Aug 11, 2024
1 parent 8660f7a commit 5e927bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*.{js,ts,jsx,tsx,yaml,json}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 5e927bc

Please sign in to comment.