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