UNPKG

@wgslx/wgslx

Version:

Extended WebGPU shading language tools

14 lines (12 loc) 245 B
/** * @see https://prettier.io/docs/en/configuration.html * @type {import("prettier").Config} */ const config = { trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, bracketSpacing: false, }; module.exports = config;