Keyboard firmwares for Atmel AVR and Cortex-M
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.gitattributes 497B

1234567891011121314151617181920212223
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. * text eol=lf
  4. # Custom for Visual Studio
  5. *.cs diff=csharp
  6. *.sln merge=union
  7. *.csproj merge=union
  8. *.vbproj merge=union
  9. *.fsproj merge=union
  10. *.dbproj merge=union
  11. # Standard to msysgit
  12. *.doc diff=astextplain
  13. *.DOC diff=astextplain
  14. *.docx diff=astextplain
  15. *.DOCX diff=astextplain
  16. *.dot diff=astextplain
  17. *.DOT diff=astextplain
  18. *.pdf diff=astextplain
  19. *.PDF diff=astextplain
  20. *.rtf diff=astextplain
  21. *.RTF diff=astextplain