diff options
Diffstat (limited to 'rushs/eplace/.prettierrc.js')
| -rw-r--r-- | rushs/eplace/.prettierrc.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rushs/eplace/.prettierrc.js b/rushs/eplace/.prettierrc.js new file mode 100644 index 0000000..fcc77f6 --- /dev/null +++ b/rushs/eplace/.prettierrc.js @@ -0,0 +1,6 @@ +module.exports = { + tabWidth: 4, + useTabs: false, // Use spaces instead of defaults tabs + semi: true, // Force semilicons + printWidth: 80, // Max width +}; |
