Skip to content

Commit

Permalink
Merge pull request #212 from amanusk/editor-config
Browse files Browse the repository at this point in the history
Add .editorconfig and format files
  • Loading branch information
amanusk authored Jul 4, 2024
2 parents 304b952 + b69b972 commit e5ce8c6
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 e5ce8c6

Please sign in to comment.