27 lines
563 B
INI
27 lines
563 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
|
|
[*.{js,jsx,ts,tsx}]
|
|
insert_final_newline = true
|
|
block_comment_start = /*
|
|
block_comment = *
|
|
block_comment_end = */
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
|
|
# The indent size used in the `package.json` file cannot be changed
|
|
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
|
|
[{*.yml,*.yaml,package.json}]
|
|
indent_style = space
|
|
indent_size = 2
|