11 lines
209 B
INI
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
|