aioappsrv/.editorconfig

11 lines
164 B
INI
Raw Permalink Normal View History

2024-01-29 03:27:13 +01:00
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true
[*.py]
indent_size = 4