captcha/.editorconfig

13 lines
190 B
INI

root = true
[*]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2