1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-07-26 22:28:50 +02:00
Nextcloud-News/.editorconfig
Sean Molenaar bcdeb55fcb Actions: Integration tests using bats
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-01 21:13:44 +01:00

22 lines
277 B
INI

root = true
[*]
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.{js,php,html}]
indent_style = space
indent_size = 4
charset = utf-8
[*.bats]
indent_style = space
indent_size = 2
charset = utf-8
[Makefile]
indent_style = tab
indent_size = 4