Skip to content

Commit

Permalink
Add .editorconfig and format files
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Jul 1, 2024
1 parent 304b952 commit b69b972
Show file tree
Hide file tree
Showing 7 changed files with 4,812 additions and 5,271 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
end_of_line = lf
insert_final_newline = false

[*.js]
indent_style = space

[*.json]
indent_style = space
indent_size = 4
Loading

0 comments on commit b69b972

Please sign in to comment.