14 lines
231 B
INI
14 lines
231 B
INI
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
# Maven POM code convention
|
|
[pom.xml]
|
|
indent_size = 2
|
|
indent_style = space
|
|
max_line_length = 205
|