anl
Version:
FE command line tool
3 lines • 318 B
JavaScript
function e(e){let t={indentation:e.formatting?.indentation??` `,lineEnding:e.formatting?.lineEnding??`
`};return{...e,formatting:t}}function t(e){return e.formatting?.indentation??` `}function n(e){return e.formatting?.lineEnding??`
`}exports.applyFormattingDefaults=e,exports.getIndentation=t,exports.getLineEnding=n;