Merge pull request #1585 from Mikaela/gitattributes2

.{gitattributes,editorconfig} take two
This commit is contained in:
DeepBlueV7.X 2023-10-21 20:51:59 +00:00 committed by GitHub
commit 54ffd335b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 100

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# Explicitly disable EOL normalization
* -text diff
third_party/** linguist-vendored