Skip to content

Commit

Permalink
Create .editorconfig
Browse files Browse the repository at this point in the history
Adding a config for editors as in the Firebot repo, to keep it the same.
  • Loading branch information
brumoen authored Jan 4, 2025
1 parent a93851a commit 32489bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*.{js,ts,tsx,css,scss,sass,mjs}]
charset = utf-8
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120

0 comments on commit 32489bf

Please sign in to comment.