mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Merge pull request #1585 from Mikaela/gitattributes2
.{gitattributes,editorconfig} take two
This commit is contained in:
commit
54ffd335b7
2 changed files with 11 additions and 0 deletions
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 a new issue