summaryrefslogtreecommitdiff
path: root/artix/home/.editorconfig
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
commit0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch)
treec9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.editorconfig
Initial commit
Diffstat (limited to 'artix/home/.editorconfig')
-rw-r--r--artix/home/.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/artix/home/.editorconfig b/artix/home/.editorconfig
new file mode 100644
index 0000000..c203964
--- /dev/null
+++ b/artix/home/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = 8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true