mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #19862 from nextcloud/techdebt/noid/fix-editor-config-for-tests
Fix editor config for integration test files
This commit is contained in:
commit
c82c1da8f7
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ indent_style = tab
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.feature]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue