From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- artix/home/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 artix/home/.editorconfig (limited to 'artix/home/.editorconfig') 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 -- cgit v1.2.3