diff options
| author | Mumtahin Farabi <[email protected]> | 2026-05-11 21:07:58 -0400 |
|---|---|---|
| committer | Mumtahin Farabi <[email protected]> | 2026-05-11 21:07:58 -0400 |
| commit | 421d0d3fe70cb96be51e30d0aea071bd10888ad4 (patch) | |
| tree | 2facdfd73cc7b8e9c5191780bdb9e791aafcdbed | |
| parent | 9f442a576052d555a073c3b228f3b2711c7638aa (diff) | |
build(editorconfig): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4f41b29 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false |
