aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorNanobyte <[email protected]>2020-08-13 23:32:38 +0200
committerAjay Ramachandran <[email protected]>2020-08-27 21:18:21 -0400
commite0c11752e57891b34e9d6c7237d5f87ac02c69af (patch)
treeac89fd092f33d8be303384bac208fac29ecf3d9e /.editorconfig
parentfc48198ac454a83c734b2b1be100362cd6ce709a (diff)
downloadSponsorBlock-e0c11752e57891b34e9d6c7237d5f87ac02c69af.tar.gz
SponsorBlock-e0c11752e57891b34e9d6c7237d5f87ac02c69af.zip
Revert dependency changes
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..e00e56cf
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,18 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.{js,json,ts,tsx}]
+charset = utf-8
+indent_style = space
+indent_size = 4
+
+[package.json]
+indent_style = space
+indent_size = 2