2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-06 20:55:33 +00:00
async-std/.editorconfig
2024-09-08 14:28:26 +08:00

10 lines
169 B
INI

root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 120
[*.md]
max_line_length = 300