Files
med-notes/.pnpm-store/v10/files/30/41fc3e1f7d6e2c54ff086860ede99300488d72b0def1c7033551591e7dcdfe285385d8d3c7d2cc01ac0b54b00b9f821da7e8c77fb8b8f76dbfb5658e881ca9
2025-06-26 03:35:15 +00:00

47 lines
597 B
Plaintext

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 160
quote_type = single
[test/*]
max_line_length = off
[LICENSE.md]
indent_size = off
[*.md]
max_line_length = off
[*.json]
max_line_length = off
[Makefile]
max_line_length = off
[CHANGELOG.md]
indent_style = space
indent_size = 2
[LICENSE]
indent_size = 2
max_line_length = off
[coverage/**/*]
indent_size = off
indent_style = off
indent = off
max_line_length = off
[.nycrc]
indent_style = tab
[tea.yaml]
indent_size = 2