Files
Chamilo/vendor/cocur/slugify/.editorconfig
2025-08-14 22:41:49 +02:00

14 lines
193 B
INI

root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2