1
0
Fork 1
mirror of https://github.com/heyhusen/archlinux-package-action.git synced 2025-04-02 09:35:03 +02:00
archlinux-package-action/.editorconfig
2021-05-18 16:49:00 +07:00

15 lines
228 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml,toml,js}]
indent_size = 2