unified: Phantom Protocol 2025 complete archive integration

This commit is contained in:
NW
2026-05-18 17:28:53 +01:00
commit b680c5aeca
553 changed files with 112091 additions and 0 deletions

42
website/.editorconfig Normal file
View File

@@ -0,0 +1,42 @@
# EditorConfig для Phantom Protocol Landing
# https://editorconfig.org
# Применяется ко всем файлам
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# HTML файлы
[*.html]
indent_style = space
indent_size = 4
# CSS файлы
[*.css]
indent_style = space
indent_size = 4
# JavaScript файлы
[*.js]
indent_style = space
indent_size = 4
# JSON файлы
[*.json]
indent_style = space
indent_size = 2
# Markdown файлы
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
# YAML файлы
[*.{yml,yaml}]
indent_style = space
indent_size = 2