Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 366 Bytes

gitattributes

Infos

Reason:

  • Force line ending normalization
  • Language specific diffs
  • Normalize tabs vs spaces
  • Set Defaults

Place file '.gitattributes' in root of every project and add it to git.
Optional: Place file in user home ($HOME/.gitconfig) for global defaults.