Skip to content

Commit 6a8a91f

Browse files
committed
Standardize on LF thoughout the repository.
1 parent 8c8e7ad commit 6a8a91f

449 files changed

Lines changed: 55920 additions & 55914 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# EditorConfig: https://EditorConfig.org
2-
3-
# top-most EditorConfig file
4-
root = true
5-
6-
[*.cs]
7-
trim_trailing_whitespace = true
1+
# EditorConfig: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
insert_final_newline = true
9+
10+
[*.{cs,cpp,h}]
11+
indent_style = space
12+
indent_size = 4
13+
trim_trailing_whitespace = true

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###############################################################################
2-
# Do not normalize any line endings.
3-
###############################################################################
1+
###############################################################################
2+
# Do not normalize any line endings.
3+
###############################################################################
44
* -text

0 commit comments

Comments
 (0)