From 87f1eb3dc6c03a1369a71523a526c861efc25b80 Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 10 Aug 2021 23:53:54 +0200 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..9d25d1d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = tab +indent_style = tab +insert_final_newline = true +max_line_length = 120 +trim_trailing_whitespace = true + +[*.{kt,kts}] +tab_width = 4 + +[*.html] +tab_width = 4 + +[*.{json,conf}] +tab_width = 2 -- cgit