From 01fca4dc6a613871dd57ec98000a2c3dfd7d0bb6 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Wed, 10 Dec 2025 13:00:26 +0000 Subject: dogfood nixtamal --- nix/tamal/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nix/tamal/.editorconfig (limited to 'nix/tamal/.editorconfig') diff --git a/nix/tamal/.editorconfig b/nix/tamal/.editorconfig new file mode 100644 index 0000000..d029f52 --- /dev/null +++ b/nix/tamal/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3