Skip to content

Commit

Permalink
fix(config): ignore generated changelog json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Dec 15, 2024
1 parent 844edfa commit 747c1a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ trim_trailing_whitespace = true
[*.json]
max_line_length = 130

# Ignore line length of changelog json
[CHANGELOG.json]
max_line_length = unset
insert_final_newline = unset

# I temporarily increase the max_line_length to 130 for rush.json
# because the official schema path is not up-to-date
[rush.json]
Expand Down

0 comments on commit 747c1a5

Please sign in to comment.