1
0
Fork 0
ansible-systemd/.editorconfig

17 Zeilen
275 B
INI

2023-04-20 22:06:09 +00:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
2023-04-20 22:06:09 +00:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
indent_size = 2