Urara-Blog/node_modules/.pnpm-store/v3/files/e1/60fe75387c878b41c9487540b60c69e5ea45bf349cdbd842757f54db5cc66df510d69173c5e32a50339461b036b3ea28caed1767f776ca42a36e690764b506
2022-08-14 01:14:53 +08:00

15 lines
312 B
Text

root = true
[*]
indent_style = tab;
insert_final_newline = true;
quote_type = auto;
space_after_anonymous_functions = true;
space_after_control_statements = true;
spaces_around_operators = true;
trim_trailing_whitespace = true;
spaces_in_brackets = false;
end_of_line = lf;
[CHANGELOG.md]
indent_style = space