Skip to content

Commit

Permalink
Fix EOLs
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Oct 28, 2024
1 parent acc3282 commit f814270
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = false
trim_trailing_whitespace = true
10 changes: 2 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# Normalize line endings to LF for all files considered text by Git
* text=auto eol=lf

# Never perform LF normalization on these files
*.ico binary
*.jar binary
*.png binary
*.zip binary
# Disable automatic line ending conversion for all file types
* -text

0 comments on commit f814270

Please sign in to comment.