From 386279ce28a54002fa91f436d5b60815c537e910 Mon Sep 17 00:00:00 2001 From: superwhiskers Date: Sat, 26 Jul 2025 23:02:34 -0400 Subject: initial commit Change-Id: I6a6a69640e8a301a692a5455d1261816280d9cde --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..42324f6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{toml,md}] +indent_style = space +indent_size = 2 + +[*.rs] +indent_style = space +indent_size = 4 -- cgit 1.4.1-2-gfad0