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