UNPKG

prettier-plugin-embed

Version:

A configurable Prettier plugin to format embedded languages in JS/TS files.

6 lines (5 loc) 252 B
export interface PluginPhpOptions { phpVersion?: "5.0" | "5.1" | "5.2" | "5.3" | "5.4" | "5.5" | "5.6" | "7.0" | "7.1" | "7.2" | "7.3" | "7.4" | "8.0" | "8.1" | "8.2"; trailingCommaPHP?: boolean; braceStyle?: "psr-2" | "per-cs" | "1tbs"; }