Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: FSFAP
# SPDX-FileCopyrightText: Copyright (c) 2024 Rifa Achrinza
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 80
7 changes: 7 additions & 0 deletions shared-configs/renovate/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
"@microsoft/api-documenter"
]
},
{
"groupName": "Chai.js packages",
"matchPackageNames": [
"chai",
"chai-as-promised"
]
},
{
"matchPackageNames": ["renovate"],
"extends": ["schedule:earlyMondays"]
Expand Down