Merge pull request #719 from mkmik/editorconfig

style: Add editor config
pull/24376/head
Dom 2021-02-02 17:34:59 +00:00 committed by GitHub
commit 47101896c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

View File

@ -1,4 +1,4 @@
# docs: https://github.com/probot/semantic-pull-requests#configuration
# Always validate the PR title AND all the commits
titleAndCommits: true
allowMergeCommits: true
allowMergeCommits: true

View File

@ -13,4 +13,4 @@ tracing-subscriber = "0.2.15"
[dev-dependencies]
lazy_static = "1.4.0"
regex = "1.4.3"
regex = "1.4.3"