Skip to content

Commit

Permalink
add .gitattributes and prefer lf
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierpinho committed Jan 27, 2025
1 parent 4479150 commit 8501a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ indent_style = space
tab_width = 4

# New line preferences
end_of_line = crlf
end_of_line = lf
insert_final_newline = false

#### .NET Coding Conventions ####
Expand Down
1 change: 1 addition & 0 deletions DotNetAstGen/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf

0 comments on commit 8501a93

Please sign in to comment.