- Based on https://github.com/spring-io/spring-javaformat - In this iteration, checkstyles are only enabled for spring-ai-core
13 lines
262 B
INI
13 lines
262 B
INI
root = true
|
|
|
|
[*.{adoc,bat,groovy,html,java,js,jsp,kt,kts,md,properties,py,rb,sh,sql,svg,txt,xml,xsd}]
|
|
charset = utf-8
|
|
|
|
[*.{groovy,java,kt,kts,xml,xsd}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
continuation_indent_size = 8
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|