aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-10-29 13:11:49 +0530
committerRitesh Ghosh <[email protected]>2024-10-29 13:11:49 +0530
commit90c0e869abaae168bc07fe93782b65651f45dfc8 (patch)
treead1aa55f20770532b1562d51129a6b8e016b3b7f
parentfe0b6776b807f9872748ddef81b8eba7097faef1 (diff)
downloadaniwatch-api-90c0e869abaae168bc07fe93782b65651f45dfc8.tar.xz
aniwatch-api-90c0e869abaae168bc07fe93782b65651f45dfc8.zip
feat: add `.editorconfig`
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..b0a8221
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*]
+end_of_line = lf
+
+[*.{js,mjs,ts}]
+indent_size = 2
+trim_trailing_whitespace = true