mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
83a5813daf
+ Update dependencies
17 lines
217 B
INI
17 lines
217 B
INI
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.go]
|
|
indent_style = tab
|