-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
58 lines (44 loc) · 2.46 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Archiv8 gitattributes
# Version 0.1.3
# Date 23/04/2019
# Last Update 17/11/2022
### ======================================================================== ###
### TEXT FILES
### ________________________________________________________________________ ###
## -------------------------------------------------------------------------- ##
## Default Behavior For All Text Files; Unless Overidden
## -------------------------------------------------------------------------- ##
* text=auto, eol=lf
* text whitespace=blank-at-eol -space-before-tab -indent-with-non-tab tab-in-indent -blank-at-eof tabwidth=2
* text tabwidth=2
# ---------------------------------------------------------------------------- #
# Make it explicit the following generic text files should be normalized
# crlf -> lf
# ---------------------------------------------------------------------------- #
.gitattributes text=auto linguist-language=gitattributes
.gitignore text=auto linguist-language=gitignore
# ---------------------------------------------------------------------------- #
# Make it explicit the following project specific text files should be
# normalized crlf -> lf
# ---------------------------------------------------------------------------- #
PKGBUILD text eol=lf linguist-language=bash
.SRCINFO text eol=lf linguist-language=bash
*.sh text eol=lf linguist-language=bash
*.install text eol=lf linguist-language=bash
### ======================================================================== ###
### BINARY FORMATS
### ________________________________________________________________________ ###
## -------------------------------------------------------------------------- ##
## Default Behaviour For All Binary Files; Unless Overidden
## -------------------------------------------------------------------------- ##
## -------------------------------------------------------------------------- ##
## Binary Format Files That Need To Be Explicitly Declared
## -------------------------------------------------------------------------- ##
# Image formats
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
*.jpg binary
*.png binary
*.gif binary
# Archive formats
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
*.zip binary