Skip to content

Commit

Permalink
chore: use LF as new line configuration on API-extractor (opensearch-…
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Mar 25, 2021
1 parent 3242c07 commit 16d6bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/osd-charts/.prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"arrowParens": "always"
"arrowParens": "always",
"endOfLine": "lf"
}
1 change: 1 addition & 0 deletions packages/osd-charts/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"newlineKind": "lf",

/**
* Optionally specifies another JSON config file that this file extends from. This provides a way for
Expand Down

0 comments on commit 16d6bed

Please sign in to comment.