summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-01-19 11:34:37 +0100
committerMaksim Sukharev <antreesy.web@gmail.com>2024-01-19 11:34:37 +0100
commit1915379dd9505d30a5f2805f868bec67a73837a5 (patch)
treef40204097f46f5d88160c743b730529e8fb41633 /.editorconfig
parent12919fbc8ae8279bc05f9ecf87e01f191152b6a0 (diff)
chore: run npm audit, fix indentation for package.json
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 51117a6e7..c4484e457 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -23,3 +23,7 @@ trim_trailing_whitespace = false
[*.svg]
insert_final_newline = false
+
+[package*.json]
+indent_size = 2
+indent_style = space