mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-21 16:27:51 -06:00
a7ed4a469e
this fixes #65
20 lines
259 B
INI
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
|