Blame view

.editorconfig 121 Bytes
unknown committed
1 2
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
unknown committed
3
indent_size = 4
unknown committed
4 5
trim_trailing_whitespace = true
insert_final_newline = true