From 21f293f689217f36e53ba00bc5da9300ad173bc2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 6 Oct 2023 13:27:21 +0200 Subject: Add editorconfig files with whitespace settings. --- .jsbeautifyrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .jsbeautifyrc (limited to '.jsbeautifyrc') diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..bc9ebe9 --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,6 @@ +{ + "indent_with_tabs": true, + "end_with_newline": true, + "space_after_anon_function": true, + "keep_array_indentation": true +} -- cgit v1.2.3