summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 81e5fda1..7e5e9f16 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,3 +1,7 @@
1# SPDX-FileCopyrightText: 2021-2023 The Refinery Authors
2#
3# SPDX-License-Identifier: EPL-2.0
4
1root = true 5root = true
2 6
3[*] 7[*]
@@ -8,7 +12,7 @@ insert_final_newline = true
8max_line_length = 80 12max_line_length = 80
9ij_wrap_on_typing = true 13ij_wrap_on_typing = true
10 14
11[*.{gradle,java,mwe2,xtend,xtext}] 15[*.{gradle,java,kts,mwe2,xtend,xtext}]
12indent_style = tab 16indent_style = tab
13indent_size = 4 17indent_size = 4
14# Mimic Eclipse continuation indent style in IntelliJ 18# Mimic Eclipse continuation indent style in IntelliJ
@@ -19,3 +23,6 @@ ij_any_indent_case_from_switch = false
19[*.{grammar,html,js,json,jsx,scss,ts,tsx,yml}] 23[*.{grammar,html,js,json,jsx,scss,ts,tsx,yml}]
20indent_style = space 24indent_style = space
21indent_size = 2 25indent_size = 2
26
27[libs.versions.toml]
28max_line_length = 999 \ No newline at end of file