mineteck-reloaded/.prettierrc.json5
2022-10-10 20:38:11 +02:00

7 lines
102 B
Plaintext

// Formatter configuration for the KubeJS scripts.
{
tabWidth: 4,
trailingComma: "always",
}