From 561fac70fd3dc3ebe1cfbc50146757495fb828d5 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 8 Apr 2023 22:56:44 +0200 Subject: 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. --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 81e5fda1..64f6b1ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true max_line_length = 80 ij_wrap_on_typing = true -[*.{gradle,java,mwe2,xtend,xtext}] +[*.{gradle,java,kts,mwe2,xtend,xtext}] indent_style = tab indent_size = 4 # Mimic Eclipse continuation indent style in IntelliJ @@ -19,3 +19,6 @@ ij_any_indent_case_from_switch = false [*.{grammar,html,js,json,jsx,scss,ts,tsx,yml}] indent_style = space indent_size = 2 + +[libs.versions.toml] +max_line_length = 999 \ No newline at end of file -- cgit v1.2.3-54-g00ecf