Add .editorconfig, using LF line endings on all platforms

This commit is contained in:
Daniel Wolf 2024-12-17 08:18:03 +01:00
parent fc930a41d8
commit 3944e31d3a
2 changed files with 15 additions and 2 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# Config file for generic text editors.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2

2
.gitattributes vendored
View File

@ -1,5 +1,3 @@
* text=auto
# Use Git LFS for binary files
*.wav filter=lfs diff=lfs merge=lfs -text
*.flac filter=lfs diff=lfs merge=lfs -text