Files
Chamilo/web/assets/keyboard/.editorconfig
2025-08-14 22:44:47 +02:00

11 lines
227 B
INI

# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
root = true
[*]
indent_style = tab
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
insert_final_newline = true
max_line_length = 100