Merge pull request #1585 from Mikaela/gitattributes2
.{gitattributes,editorconfig} take two
This commit is contained in:
commit
54ffd335b7
8
.editorconfig
Normal file
8
.editorconfig
Normal 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
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Explicitly disable EOL normalization
|
||||||
|
* -text diff
|
||||||
|
third_party/** linguist-vendored
|
Loading…
Reference in New Issue
Block a user