aiocraft/.editorconfig

14 lines
188 B
INI
Raw Permalink Normal View History

2022-01-07 15:01:24 +01:00
# Unix-style newlines with a newline ending every file
[*]
2022-07-06 12:41:40 +02:00
charset = utf-8
indent_style = tab
2022-01-07 15:01:24 +01:00
end_of_line = lf
insert_final_newline = true
[*.py]
indent_size = 4
2022-07-06 12:41:40 +02:00
[*.rs]
indent_size = 2