diff options
| author | Ritesh Ghosh <[email protected]> | 2024-10-29 13:11:49 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-10-29 13:11:49 +0530 |
| commit | 90c0e869abaae168bc07fe93782b65651f45dfc8 (patch) | |
| tree | ad1aa55f20770532b1562d51129a6b8e016b3b7f | |
| parent | fe0b6776b807f9872748ddef81b8eba7097faef1 (diff) | |
| download | aniwatch-api-90c0e869abaae168bc07fe93782b65651f45dfc8.tar.xz aniwatch-api-90c0e869abaae168bc07fe93782b65651f45dfc8.zip | |
feat: add `.editorconfig`
| -rw-r--r-- | .editorconfig | 6 |
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 |
