nosqlbench/.editorconfig
2020-03-16 13:51:41 +01:00

20 lines
259 B
INI

# EditorConfig: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
[pom.xml]
indent_size = 4
[*.java]
indent_size = 4
[*.{cmd,bat}]
end_of_line = crlf