2018-10-11 21:59:30 +00:00
|
|
|
[*.{js,jsx,ts,tsx,json}]
|
2018-10-11 22:20:17 +00:00
|
|
|
indent_style = space
|
2018-10-11 21:59:30 +00:00
|
|
|
indent_size = 2
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|