Files
WebAdmin3.0/.editorconfig
2023-04-11 15:08:56 +02:00

16 lines
219 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[**.{json,js,ts,y{a,}ml}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 4