Skip to content

Commit

Permalink
Improve Windows development experience (#797)
Browse files Browse the repository at this point in the history
* Force Windows to use LF line endings for .cs and .py files

Force Windows to use LF line endings for .cs and .py files

* Tell yamlfmt to always use LF

---------

Co-authored-by: Riccardo Bovo <[email protected]>
  • Loading branch information
mikeage and sbanca authored Dec 16, 2024
1 parent b9cd011 commit a690bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ indent_size = 2
[*.{cs,py}]
indent_style = space
indent_size = 4
end_of_line = lf

# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers = false
Expand Down
1 change: 1 addition & 0 deletions .yamlfmt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
line_ending: lf
formatter:
include_document_start: true
indent: 2
Expand Down

0 comments on commit a690bbb

Please sign in to comment.