aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-08 22:56:44 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-08 22:58:21 +0200
commit561fac70fd3dc3ebe1cfbc50146757495fb828d5 (patch)
tree20aa72bbe438aaa70c8de264ff0d366758e7772d /.editorconfig
parentrefactor: remove TupleLike (diff)
downloadrefinery-561fac70fd3dc3ebe1cfbc50146757495fb828d5.tar.gz
refinery-561fac70fd3dc3ebe1cfbc50146757495fb828d5.tar.zst
refinery-561fac70fd3dc3ebe1cfbc50146757495fb828d5.zip
build: convert Gradle scripts to Kotlin
Improves IDE support build scripts in IntelliJ. There is no Eclipse IDE support, but Eclipse didn't have support for Groovy either, so there is no degradation of functionality.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 81e5fda1..64f6b1ac 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,7 +8,7 @@ insert_final_newline = true
8max_line_length = 80 8max_line_length = 80
9ij_wrap_on_typing = true 9ij_wrap_on_typing = true
10 10
11[*.{gradle,java,mwe2,xtend,xtext}] 11[*.{gradle,java,kts,mwe2,xtend,xtext}]
12indent_style = tab 12indent_style = tab
13indent_size = 4 13indent_size = 4
14# Mimic Eclipse continuation indent style in IntelliJ 14# Mimic Eclipse continuation indent style in IntelliJ
@@ -19,3 +19,6 @@ ij_any_indent_case_from_switch = false
19[*.{grammar,html,js,json,jsx,scss,ts,tsx,yml}] 19[*.{grammar,html,js,json,jsx,scss,ts,tsx,yml}]
20indent_style = space 20indent_style = space
21indent_size = 2 21indent_size = 2
22
23[libs.versions.toml]
24max_line_length = 999 \ No newline at end of file