Skip to content

Commit

Permalink
Merge pull request #560 from nextcloud/add-editorconfig
Browse files Browse the repository at this point in the history
Add editorconfig
  • Loading branch information
rullzer authored Apr 15, 2021
2 parents fc8c176 + 47a79b8 commit 5649c81
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 322 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.feature]
indent_size = 2
indent_style = space

[*.yml]
indent_size = 2
indent_style = space

[*.md]
trim_trailing_whitespace = false
Loading

0 comments on commit 5649c81

Please sign in to comment.