mineteck-reloaded/.prettierrc.json5

7 lines
102 B
Plaintext
Raw Normal View History

2022-10-10 20:38:11 +02:00
// Formatter configuration for the KubeJS scripts.
{
tabWidth: 4,
trailingComma: "always",
}