Skip to content

Commit

Permalink
feat: update editorconfig (fixes #580)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jan 14, 2021
1 parent 3a77fcb commit 9f036b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/app/templates/.editorconfig
Expand Up @@ -10,6 +10,9 @@ trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 120

[*.ts]
quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false

0 comments on commit 9f036b3

Please sign in to comment.