diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-02 15:19:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-02 15:56:52 +0000 |
commit | d77b7d0d97a4d698f801b92ce3b7ae5135908fdf (patch) | |
tree | e732e690b836a2d69290e83ac1e3d1823e72171c /.prettierrc.js | |
parent | Initial commit. (diff) | |
download | sortable-d77b7d0d97a4d698f801b92ce3b7ae5135908fdf.tar.xz sortable-d77b7d0d97a4d698f801b92ce3b7ae5135908fdf.zip |
Adding upstream version 1.6.0+20221231.upstream/1.6.0+20221231upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .prettierrc.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.prettierrc.js b/.prettierrc.js new file mode 100644 index 0000000..24df7e8 --- /dev/null +++ b/.prettierrc.js @@ -0,0 +1,7 @@ +module.exports = { + singleQuote: true, + semi: false, + trailingComma: 'all', + tabWidth: 2, + printWidth: 120, +} |