Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ indent_size = 2
[*.{rs,py,pyi,toml}]
indent_size = 4

# The following file has trailing white space in inline snapshot results.
# Trimming them would cause tests to fail
[crates/ty_ide/src/{hover,code_action,docstring}.rs]
trim_trailing_whitespace = false

[*.snap]
trim_trailing_whitespace = false

Expand Down
Loading