Skip to content

Commit f84f69a

Browse files
committed
Merge branch 'main' into fix-checkbox-required-gap-to-asteriks
# Conflicts: # __snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png
2 parents a32013d + 88821b6 commit f84f69a

File tree

65 files changed

+1206
-473
lines changed

Some content is hidden

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

65 files changed

+1206
-473
lines changed

.gitattributes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# adapted out of https://github.com/h5bp/html5-boilerplate/blob/main/.gitattributes and https://rehansaeed.com/gitattributes-best-practices/
2+
# Automatically normalize line endings for all text-based files
3+
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
4+
5+
###############################
6+
# Git Line Endings #
7+
###############################
8+
9+
# Set default behaviour to automatically normalize line endings.
10+
* text=auto
11+
12+
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
13+
14+
# For the following file types, normalize line endings to LF on
15+
# checkin and prevent conversion to CRLF when they are checked out
16+
# (this is required in order to prevent newline related issues like,
17+
# for example, after the build script is run)
18+
19+
.* text eol=lf
20+
*.css text eol=lf
21+
*.html text eol=lf
22+
*.js text eol=lf
23+
*.json text eol=lf
24+
*.md text eol=lf
25+
*.mjs text eol=lf
26+
*.sh text eol=lf
27+
*.txt text eol=lf
28+
*.xml text eol=lf
29+
*.yml text eol=lf
Loading
21.2 KB
Loading
1.33 KB
Loading
47 Bytes
Loading
56 Bytes
Loading
47 Bytes
Loading
3.98 KB
Loading
-5.76 KB
Loading
-4.76 KB
Loading

0 commit comments

Comments
 (0)