Skip to content

Commit

Permalink
Correct line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Mar 4, 2023
1 parent 81355c8 commit d61ba24
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/edmaguro/.prettierrc.json
@@ -0,0 +1,4 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"endOfLine": "auto"
}
4 changes: 4 additions & 0 deletions apps/fatalerrors/.prettierrc.json
@@ -0,0 +1,4 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"endOfLine": "auto"
}
4 changes: 4 additions & 0 deletions packages/eslint-config-universe/.prettierrc.json
@@ -0,0 +1,4 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"endOfLine": "auto"
}
4 changes: 4 additions & 0 deletions packages/tsconfig/.prettierrc.json
@@ -0,0 +1,4 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"endOfLine": "auto"
}

0 comments on commit d61ba24

Please sign in to comment.