test262/.editorconfig
Philip Chimento 5c8a66d34b Update indentation in editorconfig
We have .mjs files now in the regexp-generator tool. Extend the same
indentation from .js files to cover them as well.
2024-11-11 17:26:56 -08:00

17 lines
291 B
INI

root = true
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{README.md,package.json,*.yml,*.sh,*.js,*.mjs,*.case,*.template}]
indent_style = space
indent_size = 2
[{.jshintrc,*.py}]
indent_style = space
indent_size = 4