2025SELab2-project-Dwengo/frontend/.editorconfig
Tibo De Peuter 2daa49868c
chore(frontend): Initialize frontend
Simple Vue.js project with Vite + Vitest, Playwright
2025-02-19 20:01:45 +01:00

9 lines
193 B
INI

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 100