HEX
Server: Apache
System: Linux pdx1-shared-a1-14 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: burgaska (13506502)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /home/burgaska/conductingmovements.com/wp-content/plugins/astra-sites/.prettierrc.js
// Import the default config file and expose it in the project root.
// Useful for editor integrations.

const config = require( '@wordpress/prettier-config' );

config.overrides = [
	{
		files: [ '*.scss', '*.css' ],
		options: {
			printWidth: 500,
			singleQuote: false,
		},
	},
	{
		files: [ '*.yml' ],
		options: {
			tabWidth: 2,
			useTabs: false,
		},
	},
];

module.exports = config;