Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/.prettierrc.js')
-rw-r--r--editors/code/.prettierrc.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/.prettierrc.js b/editors/code/.prettierrc.js
new file mode 100644
index 0000000000..cafb12f0e6
--- /dev/null
+++ b/editors/code/.prettierrc.js
@@ -0,0 +1,5 @@
+module.exports = {
+ // use 100 because it's Rustfmt's default
+ // https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#max_width
+ printWidth: 100,
+};