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, 0 insertions, 5 deletions
diff --git a/editors/code/.prettierrc.js b/editors/code/.prettierrc.js
deleted file mode 100644
index cafb12f0e6..0000000000
--- a/editors/code/.prettierrc.js
+++ /dev/null
@@ -1,5 +0,0 @@
-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,
-};