Skip to content

Commit

Permalink
chore: Update gitignore and editorconfig (#3280)
Browse files Browse the repository at this point in the history
Backported-from: main (24.12)
Backported-to: 24.03
Backport-of: 3280
  • Loading branch information
achimnol committed Dec 27, 2024
1 parent 4a21a95 commit cbc7801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ indent_size = 4
max_line_length = 0
trim_trailing_whitespace = false

[*.diff]
max_line_length = 0
trim_trailing_whitespace = false

[*.rst]
max_line_length = 0
indent_style = space
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ ENV/
/.exrc
.ripgreprc
.neoconf.json
/.zed
/.ropeproject
pyrightconfig.json

# Pants
/.pants.d/
Expand Down

0 comments on commit cbc7801

Please sign in to comment.