mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 10:31:00 +01:00
19 lines
302 B
INI
19 lines
302 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
end_of_line = lf
|
||
|
max_line_length = 120
|
||
|
|
||
|
[*.{ts,js,jsx,tsx}]
|
||
|
quote_type = double
|
||
|
|
||
|
[*.md]
|
||
|
max_line_length = off
|
||
|
trim_trailing_whitespace = false
|
||
|
insert_final_newline = false
|