1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-22 18:05:39 +00:00
librenms-docker/.editorconfig
2019-11-19 14:10:17 +01:00

16 lines
249 B
INI

# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[rootfs/**]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false