Add .editorconfig

This commit is contained in:
Frédéric Mangano 2023-01-27 15:12:30 +09:00
parent 953ae490d4
commit bbe03f8030

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
ident_style = tab
max_line_length = 100