forked from openanalytics/shinyproxy-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
36 lines (30 loc) · 825 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.kt]
ij_kotlin_call_parameters_new_line_after_left_paren = false
ij_kotlin_call_parameters_right_paren_on_new_line = false
ij_kotlin_method_parameters_new_line_after_left_paren = false
ij_kotlin_method_parameters_right_paren_on_new_line = false
ij_any_wrap_long_lines = false
ij_kotlin_name_count_to_use_star_import = 50000
ij_kotlin_name_count_to_use_star_import_for_members = 50000
ij_formatter_tags_enabled = true
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
max_line_length = 256
indent_style = space
indent_size = 4
charset = utf-8
[*yaml]
indent_style = space
indent_size = 2
charset = utf-8
[*.gradle]
indent_style = tab
[Jenkinsfile]
indent_style = space
indent_size = 4
charset = utf-8