gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] 01/02: add config for code formatter (


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 01/02: add config for code formatter (prettier)
Date: Wed, 26 Jun 2019 15:30:54 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

commit 420a5ba23a83bb4e60a1b76e2605205e1c481551
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 15:29:59 2019 +0200

    add config for code formatter (prettier)
---
 .prettierrc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 00000000..50063da9
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+  "trailingComma": "all",
+  "tabWidth": 2,
+  "semi": true,
+  "singleQuote": false
+}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]