aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 22b00fd7d5f3398323d495410f0c3645a9580ffd (plain)
1
2
3
4
5
[*.{js,jsx,ts,tsx,vue}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true