1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-13 22:34:59 +00:00

Meta: Add .editorconfig

See https://editorconfig.org/
This commit is contained in:
demostanis 2022-09-10 17:58:49 +02:00 committed by Linus Groh
parent c53fed7911
commit c786d2126a

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8