Skip to content

Commit

Permalink
condense
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed Jun 17, 2024
1 parent 9fc37a7 commit ba5ccc0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ end_of_line = LF
indent_size = 2
indent_style = space

[.gitconfig]
indent_style = tab

[*.gitconfig]
[{.gitconfig,*.gitconfig}]
indent_style = tab

[*.ini]
Expand All @@ -23,10 +20,7 @@ indent_style = tab
[*.{css,less,sass,scss}]
insert_final_newline = true

[*.coffee]
insert_final_newline = true

[*.{js,json,jsx,ts,tsx}]
[*.{coffee,js,json,jsx,ts,tsx}]
insert_final_newline = true

[*.lua]
Expand Down

0 comments on commit ba5ccc0

Please sign in to comment.