Files
hlaeja-version-catalog/.editorconfig
2024-10-30 17:24:32 +00:00

17 lines
218 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
[*.toml]
max_line_length = 1024
[*.{bat,cmd}]
end_of_line = crlf