Files
Chamilo/vendor/ddeboer/data-import/.editorconfig
2025-08-14 22:41:49 +02:00

14 lines
193 B
INI

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