From 85b140624875d79374268281233245cdeb16f9e2 Mon Sep 17 00:00:00 2001 From: Klemek Date: Wed, 3 Feb 2021 15:47:56 +0100 Subject: [PATCH] Create .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..151711d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*.klc] +end_of_line = crlf +indent_size = 8 +tab_width = 8 +insert_final_newline = true +indent_style = tab +charset = utf-8 +trim_trailing_whitespace = true