Files
Cantor-Najman-Site/client/.editorconfig
Ari Yeger f0b66e6335
Some checks failed
deploy / deploy (push) Failing after -22s
initial commit
2025-07-17 15:20:56 -04:00

10 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