.editorconfig: configure text editors for Limnoria style guide

This commit is contained in:
Aminda Suomalainen 2023-09-29 11:49:17 +03:00 committed by Val Lorentz
parent 7581525495
commit ecd0c926ea

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 79