about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.editorconfig
AgeCommit message (Collapse)AuthorLines
2025-03-08fix: do not apply editorconfig to git commit msgPrajwal S N-0/+3
The `max_line_length` property was set to 100 for all filetypes, which led to git commit messages being wrapped at 100 characters instead of the usual 75. This introduces an exception for the special file used by git to write commit messages. Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
2024-10-19Fix editorconfig globKirill Bulatov-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+17