1root = true 2 3[*] 4end_of_line = lf 5insert_final_newline = true 6trim_trailing_whitespace = true 7indent_style = space 8 9[{flake.lock,justfile,*.{nix,yml,yaml,md}}] 10indent_size = 2 11 12[LICENSE] 13indent_style = unset