mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-21 13:42:48 +01:00
bcdeb55fcb
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
22 lines
277 B
INI
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
|
|
|