Add .editorconfig, .gitignore and FFmpeg deprecation note

This commit is contained in:
spicyjpeg
2025-02-25 18:54:53 +01:00
parent b6c8a1c7b6
commit 982fad256e
4 changed files with 29 additions and 13 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true