Add .editorconfig

This commit is contained in:
dolf 2024-08-14 11:19:03 +02:00 committed by Philip Orr
parent 4f5eeea35a
commit e166c37521

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*.rst]
end_of_line = lf
max_line_length = 80
indent_style = space
indent_size = 4
charset = utf-8