Merge pull request #3124 from chapeupreto/add-editorconfig

Add .editorconfig file
This commit is contained in:
Mark Baker 2022-10-15 21:17:46 +02:00 committed by GitHub
commit 6842ccb862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2

1
.gitattributes vendored
View File

@ -1,4 +1,5 @@
*.min.js binary
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore