summaryrefslogtreecommitdiff
path: root/artix/home/.editorconfig
diff options
context:
space:
mode:
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