1
1
Fork 0
home/.editorconfig
xtex ed22d1779a
All checks were successful
ci/woodpecker/push/woodpecker.exo Pipeline was successful
feat: host-meta
Signed-off-by: xtex <xtexchooser@duck.com>
2023-09-03 15:35:13 +08:00

16 lines
267 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*{.yaml,.yml}]
indent_style = space