ujcms-v10.1.3/.editorconfig

8 lines
169 B
INI
Raw Permalink Normal View History

2026-03-11 09:48:21 +08:00
[*.{ftl,ftlh,html,htm,yaml,yml}]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 240