# 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