walletpress/.editorconfig
Rug Munch Media LLC b92ae0efaa
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / security (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / license (push) Waiting to run
CI / ai-review (push) Waiting to run
feat(walletpress): commit all uncommitted work
- backend/routers/chain_vault.py updated (god router split)
- .github/ CI workflows
- Makefile, commitlint.config.js
- scripts/ infrastructure
- walletpress-mcp/ MCP wrapper
- .secretsallow for scanner false positives
2026-07-01 17:19:14 +07:00

30 lines
452 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100
[*.{yml,yaml}]
indent_size = 2
[*.{js,ts,jsx,tsx,json,jsonc}]
indent_size = 2
[*.{md,mdown,mkd,markdown}]
trim_trailing_whitespace = false
max_line_length = 120
[Makefile]
indent_style = tab
[*.py]
indent_size = 4
max_line_length = 100
[{*.bat,*.cmd,*.ps1}]
end_of_line = crlf