From 2bccd50b7a11dda0ae239ce13efcdac118bfee92 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 24 Jun 2021 15:06:43 -0700 Subject: feat(dos-bot): :star: --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9d08a1a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3