add editorconfig files

This commit is contained in:
2026-02-21 06:00:49 +01:00
parent 63cdf2685e
commit d1e79cf7f4
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
root = true
[*]
indent_style = space
indent_size = 2
max_line_length = 80