configure git repo to avoid crlf / bom issues

This commit is contained in:
v.karaychentsev
2026-02-11 11:19:06 +03:00
parent 8d6b857f85
commit 2ad21aa3ca
2 changed files with 33 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false