Skip to content

Commit

Permalink
fix(prettier-config): add endOfLine for angular config (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 2, 2022
1 parent 3e8ce05 commit 0d9d79e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/prettier-config/angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
semi: true,
singleQuote: true,
trailingComma: 'all',
endOfLine: 'lf',
bracketSpacing: false,
arrowParens: 'avoid',
plugins: [
Expand Down

0 comments on commit 0d9d79e

Please sign in to comment.