Skip to content

Commit

Permalink
Removed the clrf configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesha Patel committed Sep 5, 2024
1 parent a88d283 commit aad3a8a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 39 deletions.
26 changes: 13 additions & 13 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
root = true

[*]
end_of_line = crlf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,yml,sh}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
root = true

[*]
# end_of_line = crlf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,yml,sh}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
50 changes: 25 additions & 25 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@

# Enforce CRLF to all files by default
* text=auto eol=crlf

#
# The above will handle all files NOT found below
#

# Graphics
*.png binary
*.jpg binary

# Scripts
*.sh text eol=lf

# Serialisation
*.json text eol=lf
*.yml text eol=lf

#
# Exclude files from exporting
#

.gitattributes export-ignore
.gitignore export-ignore

# Enforce CRLF to all files by default
* #text=auto eol=crlf

#
# The above will handle all files NOT found below
#

# Graphics
*.png binary
*.jpg binary

# Scripts
#*.sh text eol=lf

# Serialisation
# *.json text eol=lf
# *.yml text eol=lf

#
# Exclude files from exporting
#

.gitattributes export-ignore
.gitignore export-ignore
1 change: 0 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"printWidth": 100,
"endOfLine": "crlf",
"trailingComma": "es5",
"singleQuote": true,
"semi": true,
Expand Down

0 comments on commit aad3a8a

Please sign in to comment.