29 lines
530 B
INI
29 lines
530 B
INI
|
root = true
|
||
|
["*"]
|
||
|
charset = "utf-8"
|
||
|
curly_bracket_next_line = true
|
||
|
end_of_line = "lf"
|
||
|
indent_brace_style = "K&R"
|
||
|
indent_size = 4
|
||
|
indent_style = "space"
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 80
|
||
|
tab_width = 4
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
["*.md"]
|
||
|
max_line_length = "off"
|
||
|
|
||
|
["package.json"]
|
||
|
indent_size = 2
|
||
|
indent_style = "space"
|
||
|
tab_width = 2
|
||
|
|
||
|
["{LICENSES/**,LICENSE}"]
|
||
|
charset = "unset"
|
||
|
end_of_line = "unset"
|
||
|
indent_size = "unset"
|
||
|
indent_style = "unset"
|
||
|
insert_final_newline = "unset"
|
||
|
trim_trailing_whitespace = "unset"
|