From 6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 14 Feb 2021 11:57:45 +0000 Subject: Initial commit --- .editorconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e24f4d2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: CC0-1.0 +# SPDX-FileCopyrightText: 2021 Alyssa Ross + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = spaces +insert_final_newline = true +trim_trailing_whilespace = true + +[README] +indent_style = tabs + +[*.rs] +indent_size = 4 +indent_style = spaces -- cgit 1.4.1