my-resume/.editorconfig
2025-05-25 10:34:01 +02:00

6 lines
157 B
INI

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true