This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Common settings that generally should always be used with your language specific settings | |
| # Auto detect text files and perform LF normalization | |
| # https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ | |
| * text=auto | |
| # | |
| # The above will handle all files NOT found below | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hello public world |