summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-26 15:29:59 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-26 15:29:59 +0200
commit420a5ba23a83bb4e60a1b76e2605205e1c481551 (patch)
tree0fa66bfe85db9fb63e1ddd6d139890def6afa15a /.prettierrc
parentbf52d4b844cbcd9d6b7e25b5c4f004c8a3f0f891 (diff)
downloadwallet-core-420a5ba23a83bb4e60a1b76e2605205e1c481551.tar.gz
wallet-core-420a5ba23a83bb4e60a1b76e2605205e1c481551.tar.bz2
wallet-core-420a5ba23a83bb4e60a1b76e2605205e1c481551.zip
add config for code formatter (prettier)
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 000000000..50063da90
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "trailingComma": "all",
+ "tabWidth": 2,
+ "semi": true,
+ "singleQuote": false
+} \ No newline at end of file