aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-08 02:15:10 +0300
committerValentin Popov <info@valentineus.link>2020-02-08 02:15:10 +0300
commitdf23a8c4e9cbaa987a7e07b8f6dcb92a4a86210b (patch)
tree27b6d8d3d728f635fbffea6289e89eca0221ad83 /.editorconfig
parent8f22444ff04147afe2a656272e00272f43917418 (diff)
downloadeslint-config-df23a8c4e9cbaa987a7e07b8f6dcb92a4a86210b.tar.xz
eslint-config-df23a8c4e9cbaa987a7e07b8f6dcb92a4a86210b.zip
Initial EditorConfig
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c2459c1
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = tab
+insert_final_newline = true
+tab_width = 4
+trim_trailing_whitespace = true
+
+[*.json]
+indent_size = 2
+indent_style = space