aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 18:21:45 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 18:21:45 +0200
commite83016134a713318c2b25ceb47bd79ec653e5313 (patch)
tree1510f6a0c55597b37a58bb8b27e61d5ede2d36d6 /.editorconfig
parentdocs: add EPL-2.0 license (diff)
downloadrefinery-e83016134a713318c2b25ceb47bd79ec653e5313.tar.gz
refinery-e83016134a713318c2b25ceb47bd79ec653e5313.tar.zst
refinery-e83016134a713318c2b25ceb47bd79ec653e5313.zip
ci: add GH actions build and SonarScanner
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 8ef13825..4615cdbf 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,13 +2,15 @@ root = true
2 2
3[*] 3[*]
4charset = utf-8 4charset = utf-8
5end_of_line = lf
6trim_trailing_whitespace = true
5insert_final_newline = true 7insert_final_newline = true
6 8
7[*.{gradle,java,mwe2,xtend,xtext}] 9[*.{gradle,java,mwe2,xtend,xtext}]
8indent_style = tab 10indent_style = tab
9indent_size = 4 11indent_size = 4
10 12
11[*.{html,js,json,jsx,scss,ts,tsx}] 13[*.{html,js,json,jsx,scss,ts,tsx,yml}]
12indent_style = space 14indent_style = space
13indent_size = 2 15indent_size = 2
14 16