Skip to content

Commit c857895

Browse files
committed
Apply assertj code style
1 parent 6250ec9 commit c857895

File tree

794 files changed

+28071
-27121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

794 files changed

+28071
-27121
lines changed

.editorconfig

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# EditorConfig: https://editorconfig.org/
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
charset = utf-8
11+
12+
# 2 space indentation for java, xml and yml files
13+
[*.{java,xml,yml,sh}]
14+
indent_style = space
15+
indent_size = 2
16+
17+
[*.java]
18+
# $ = static, | = blank line
19+
ij_java_imports_layout = $*, |, java.**, javax.**, |, org.**, | *
20+
# no * imports
21+
ij_java_class_count_to_use_import_on_demand = 999
22+
ij_java_names_count_to_use_import_on_demand = 999
23+
24+
# Maven POM code convention
25+
[pom.xml]
26+
max_line_length = 205

0 commit comments

Comments
 (0)