Skip to content

Commit

Permalink
return editorconfig to its previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
KleinMichalGit committed Jul 17, 2024
1 parent b96163d commit e261458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indent_style = space
indent_size = 4
tab_width = 1
# We recommend you to keep these unchanged
end_of_line = crlf
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[core]
autocrlf=true
eol=crlf
autocrlf=false
eol=lf

0 comments on commit e261458

Please sign in to comment.