diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-24 10:50:13 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-24 10:50:13 +0100 |
commit | a3dd155428ef5c0b9ca1ca2c866cdf6f367f6191 (patch) | |
tree | 478244b8e301982c7d2ddac34a0b87900e35a67e /webapp/.jsbeautifyrc | |
parent | 4d843d2bde236ec23810d0904dfb8aebbc53a37b (diff) |
Add VSCode plugin list and fixed jsbeautify config.
Diffstat (limited to 'webapp/.jsbeautifyrc')
-rw-r--r-- | webapp/.jsbeautifyrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/.jsbeautifyrc b/webapp/.jsbeautifyrc new file mode 100644 index 0000000..ef4253d --- /dev/null +++ b/webapp/.jsbeautifyrc @@ -0,0 +1,4 @@ +{ + "indent_size": 2, + "space_around_combinator": true +} |