UNPKG

@oracle/suitecloud-cli

Version:
13 lines (10 loc) 322 B
/* ** Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. ** Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. */ 'use strict'; const os = require('os'); module.exports = { padding: '\u0020\u0020\u0020\u0020', //4 spaces lineBreak: os.EOL, };