export type Parameters = {
    'newline': string;
    'indentation': string;
    'trailing newline': boolean;
};
