initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

16
node_modules/preprocess/.editorconfig generated vendored Normal file
View File

@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines, UTF-8 for all files
[*]
end_of_line = lf
charset = utf-8
# A newline ending every file (not sure if needed)
#insert_final_newline = true
# Tab indentation
indent_style = space
indent_size = 2