Files
udlbook/.editorconfig
2024-06-05 23:56:37 +01:00

11 lines
209 B
INI

root = true
[*.{js,jsx,ts,tsx,md,mdx,json,cjs,mjs,css}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100