anvilcraft4/.prettierrc.json5

7 lines
102 B
Plaintext
Raw Normal View History

2022-08-10 23:47:36 +02:00
// Formatter configuration for the KubeJS scripts.
{
tabWidth: 4,
trailingComma: "always",
}