Skip to content

Commit

Permalink
chore(repo): indent style should match eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Apr 4, 2023
1 parent fef2725 commit 30ef6b8
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
[*.ts]
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = tab

[*.sh]
end_of_line = lf
indent_style = tab

[*.json]
end_of_line = lf
indent_style = tab

[*.js]
end_of_line = lf
indent_style = tab
insert_final_newline = true
indent_style = space
indent_size = 2

0 comments on commit 30ef6b8

Please sign in to comment.