aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-04 00:14:44 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-04-04 00:14:44 -0500
commitea8dcfe3bf1ebe84ac483bb91e37ee4faa0d77ea (patch)
treea8d02558b3c1fe4dcc0c63712e81ec5f8a430699 /.editorconfig
init
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c24743d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+[*.{js,jsx,ts,tsx,vue}]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+max_line_length = 100