salary-calculator/.editorconfig
2022-12-15 14:27:05 +02:00

23 lines
311 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 160
tab_width = 4
[*.vue]
indent_size = 2
tab_width = 2
[{*.cjs,*.js}]
indent_size = 2
tab_width = 2
[{*.htm,*.html,*.ng,*.sht,*.shtm,*.shtml}]
indent_size = 2
tab_width = 2