Replace Nix flake with mise for toolchain management, treefmt for formatting, prek for pre-commit hooks, and a Dockerfile for container builds. Update CI workflows to use jdx/mise-action instead of Nix. Add system dependency instructions to README.md and CLAUDE.md.
9 lines
204 B
Text
9 lines
204 B
Text
{
|
|
"profile": "jinja",
|
|
"indent": 2,
|
|
"max_line_length": 120,
|
|
"max_attribute_length": 80,
|
|
"preserve_blank_lines": true,
|
|
"preserve_leading_space": true,
|
|
"format_attribute_template_tags": true
|
|
}
|