Files
spring-batch-extensions/spring-batch-notion/.editorconfig
2024-10-25 16:52:34 +02:00

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