0.0.1
This commit is contained in:
commit
32cf1563f7
13 changed files with 651 additions and 0 deletions
9
dist/index.d.ts
vendored
Normal file
9
dist/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//#region index.d.ts
|
||||
/**
|
||||
* Retourne la configuration `dprint` sous forme de texte formatée.
|
||||
*
|
||||
* @returns La configuration `dprint`.
|
||||
*/
|
||||
declare const imprimeConfigurationDprint: () => string;
|
||||
//#endregion
|
||||
export { imprimeConfigurationDprint };
|
||||
1
dist/index.js
vendored
Normal file
1
dist/index.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
var e=Object.defineProperty,t=(t=>{let n={};for(var r in t)e(n,r,{get:t[r],enumerable:!0});return n})({default:()=>p,excludes:()=>n,graphql:()=>r,indentWidth:()=>i,json:()=>a,kdl:()=>o,lineWidth:()=>s,malva:()=>c,markdown:()=>l,markup:()=>u,newLineKind:()=>d,plugins:()=>f}),n=[`**/*.min.*`,`**/node_modules`,`dist/**`],r={braceSpacing:!1,bracketSpacing:!0,comma:`always`,formatComments:!0,indentWidth:2,lineBreak:`lf`,parenSpacing:!1,printWidth:120,singleLine:`never`,useTabs:!1},i=2,a={"array.preferSingleLine":!1,"commentLine.forceSpaceAfterSlashes":!0,indentWidth:2,jsonTrailingCommaFiles:[`.swcrc`,`biome.jsonc`,`dprint.jsonc`,`settings.json`,`tsconfig.json`],lineWidth:120,newLineKind:`lf`,"object.preferSingleLine":!1,preferSingleLine:!1,trailingCommas:`never`,useTabs:!1},o={},s=120,c={alignComments:!0,attrValueQuotes:`always`,blockSelectorLinebreak:`consistent`,formatComments:!0,hexCase:`lower`,hexColorLength:`long`,indentWidth:2,keyframeSelectorNotation:`keyword`,lineBreak:`lf`,linebreakInPseudoParens:!0,omitNumberLeadingZero:!1,operatorLinebreak:`before`,preferSingleLine:!0,printWidth:100,quotes:`alwaysDouble`,singleLineBlockThreshold:null,singleLineTopLevelDeclarations:!1,trailingComma:!1,useTabs:!1},l={},u={closingBracketSameLine:!1,closingTagLineBreakForEmpty:`never`,"component.selfClosing":!0,doctypeKeywordCase:`lower`,formatComments:!0,"html.normal.selfClosing":!1,"html.scriptIndent":!1,"html.styleIndent":!1,"html.void.selfClosing":!0,indentWidth:2,lineBreak:`lf`,maxAttrsPerLine:3,preferAttrsSingleLine:!1,printWidth:120,quotes:`double`,scriptIndent:!0,styleIndent:!0,"svg.selfClosing":!0,useTabs:!1,whitespaceSensitivity:`strict`},d=`lf`,f=[`https://plugins.dprint.dev/dockerfile-0.3.3.wasm`,`https://plugins.dprint.dev/g-plane/malva-v0.14.3.wasm`,`https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.0.wasm`,`https://plugins.dprint.dev/g-plane/pretty_graphql-v0.2.3.wasm`,`https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm`,`https://plugins.dprint.dev/json-0.20.0.wasm`,`https://plugins.dprint.dev/kachick/kdl-0.3.2.wasm`,`https://plugins.dprint.dev/markdown-0.19.0.wasm`,`https://plugins.dprint.dev/toml-0.7.0.wasm`,`https://plugins.dprint.dev/typescript-0.95.11.wasm`],p={excludes:n,graphql:r,indentWidth:i,json:a,kdl:o,lineWidth:s,malva:c,markdown:l,markup:u,newLineKind:d,plugins:f};const m=()=>JSON.stringify(t,null,2);import.meta.main&&m();export{m as imprimeConfigurationDprint};
|
||||
Loading…
Add table
Add a link
Reference in a new issue