Merge pull request #1585 from Mikaela/gitattributes2

.{gitattributes,editorconfig} take two
pull/1542/merge
DeepBlueV7.X 1 year ago committed by GitHub
commit 54ffd335b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .editorconfig
  2. 3
      .gitattributes

@ -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

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