Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesha Patel committed Sep 5, 2024
1 parent 4e9c7ef commit 8122702
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

#
# The above will handle all files NOT found below
Expand All @@ -11,11 +11,13 @@
*.jpg binary

# Scripts
#*.sh text eol=lf
*.sh text eol=lf

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

#
# Exclude files from exporting
Expand Down
2 changes: 2 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 100,
"endOfLine": "lf",
"trailingComma": "es5",
"singleQuote": true,
"semi": true,
Expand All @@ -12,6 +13,7 @@
"options": {
"singleQuote": false,
"useTabs": false,
"endOfLine": "lf",
"tabWidth": 2
}
},
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"editor.insertSpaces": false,
"[json]": {
"files.eol": "\n",
"editor.insertSpaces": true,
"editor.tabSize": 2
},
Expand Down

0 comments on commit 8122702

Please sign in to comment.