summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMumtahin Farabi <[email protected]>2026-05-11 21:07:58 -0400
committerMumtahin Farabi <[email protected]>2026-05-11 21:07:58 -0400
commit421d0d3fe70cb96be51e30d0aea071bd10888ad4 (patch)
tree2facdfd73cc7b8e9c5191780bdb9e791aafcdbed /.editorconfig
parent9f442a576052d555a073c3b228f3b2711c7638aa (diff)
build(editorconfig): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
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