influxdb/.editorconfig

14 lines
201 B
INI
Raw Normal View History

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2021-06-28 10:52:03 +00:00
indent_style = space
[{Dockerfile*,*.proto}]
indent_size = 2
[{*.rs,*.toml,*.sh,*.bash}]
2021-06-28 10:52:03 +00:00
indent_size = 4