summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorromangraef <romangraef@users.noreply.github.com>2021-08-12 23:37:33 +0000
committerromangraef <romangraef@users.noreply.github.com>2021-08-12 23:37:33 +0000
commitbb618136911c338a926496dfb6971aa86f7d87c2 (patch)
treea57c587eca5bde9ea02996a002d9eaf3c269a3cb /.editorconfig
parent09dbaa8df9aec51cf41694266574ad330963dfbe (diff)
downloadwebos-bb618136911c338a926496dfb6971aa86f7d87c2.tar.gz
webos-bb618136911c338a926496dfb6971aa86f7d87c2.tar.bz2
webos-bb618136911c338a926496dfb6971aa86f7d87c2.zip
Automated deployment: Thu Aug 12 23:37:33 UTC 2021 b6187f47b9e969ce311de73de1c6b32d970fd69f
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig19
1 files changed, 19 insertions, 0 deletions
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