Skip to content

Commit

Permalink
ignore generated files in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Nov 13, 2023
1 parent 1ade4dc commit 9ec07c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ indent_size=2

[*.md]
trim_trailing_whitespace=false

# ignore generated files
[tracing/*/runtime/**/*.rs]
indent_style=unset
indent_size=unset
max_line_length=unset

0 comments on commit 9ec07c2

Please sign in to comment.