Skip to content

Commit 98f70b2

Browse files
authored
Adds ViewportSettings.Transparent (#3886)
1 parent cae1d6c commit 98f70b2

Some content is hidden

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

41 files changed

+5560
-3963
lines changed

.gitattributes

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# Set the default behavior for all files.
1+
# Set default behavior to automatically normalize line endings.
22
* text=auto
33

4-
# Normalized and converts to
5-
# native line endings on checkout.
6-
*.cs text
7-
8-
# Convert to LF line endings on checkout.
4+
# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
5+
*.cs text eol=lf
6+
*.txt text eol=lf
7+
*.md text eol=lf
98
*.sh text eol=lf
9+
*.ps1 text eol=lf
1010

11-
# Binary files.
11+
# Denote all files that are truly binary and should not be modified.
1212
*.png binary
13-
*.jpg binary
13+
*.jpg binary
14+
*.gif binary

0 commit comments

Comments
 (0)