Skip to content

Commit

Permalink
Removed CRLF config from .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJakab committed Jun 19, 2024
1 parent ea29a99 commit ea1a768
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ root = true

[*]
charset = utf-8
end_of_line = crlf
indent_size = 2
indent_style = tab
insert_final_newline = true
Expand All @@ -20,15 +19,13 @@ ij_wrap_on_typing = false
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
end_of_line = crlf
charset = utf-8
ij_javascript_use_semicolon_after_statement = false

[*.{xaml,html,xml,heex,exs,ex,eex}]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
end_of_line = crlf
charset = utf-8

[*.{heex,exs,ex,eex}]
Expand Down

0 comments on commit ea1a768

Please sign in to comment.