docs: update README (#21)

This commit is contained in:
Krzysztof Moch
2025-06-30 18:17:28 +02:00
committed by GitHub
parent 791c54e9e9
commit 2cc3430afb
13 changed files with 170 additions and 29159 deletions
+15
View File
@@ -0,0 +1,15 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true