chore: Tweak test-build & readme, add editorconfig (#9)

This commit is contained in:
Ismo Vuorinen
2024-02-25 04:10:24 +02:00
committed by GitHub
parent d10f08779e
commit ec384e8df0
3 changed files with 37 additions and 16 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 160
tab_width = 2
trim_trailing_whitespace = true
[Makefile]
tab_width = 4