Skip to content

Commit

Permalink
Standardize on LF thoughout the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbriggs committed Aug 13, 2019
1 parent 8c8e7ad commit 6a8a91f
Show file tree
Hide file tree
Showing 449 changed files with 55,920 additions and 55,914 deletions.
20 changes: 13 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# EditorConfig: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.cs]
trim_trailing_whitespace = true
# EditorConfig: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{cs,cpp,h}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###############################################################################
# Do not normalize any line endings.
###############################################################################
###############################################################################
# Do not normalize any line endings.
###############################################################################
* -text
Loading

0 comments on commit 6a8a91f

Please sign in to comment.