Skip to content

Commit ce250df

Browse files
chore: changed license badge color
1 parent fbfd954 commit ce250df

3 files changed

Lines changed: 50 additions & 50 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ indent_style = space
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
1111

12-
[Makefile]
12+
[{Makefile, makefile}]
1313
tab_width = 8
1414
indent_size = 8
1515
indent_style = tab

.gitattributes

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,79 @@
22

33
# Auto detect text files and perform LF normalization
44
# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
5-
* text=auto
5+
* text=auto eol=lf
66

77
#
88
# The above will handle all files NOT found below
99
#
1010

1111
# Documents
12-
*.bibtex text diff=bibtex
13-
*.doc diff=astextplain
14-
*.DOC diff=astextplain
15-
*.docx diff=astextplain
16-
*.DOCX diff=astextplain
17-
*.dot diff=astextplain
18-
*.DOT diff=astextplain
19-
*.pdf diff=astextplain
20-
*.PDF diff=astextplain
21-
*.rtf diff=astextplain
22-
*.RTF diff=astextplain
23-
*.md text
24-
*.tex text diff=tex
25-
*.adoc text
26-
*.textile text
12+
*.bibtex text diff=bibtex
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain
23+
*.md text
24+
*.tex text diff=tex
25+
*.adoc text
26+
*.textile text
2727
*.mustache text
28-
*.csv text
29-
*.tab text
30-
*.tsv text
31-
*.txt text
32-
*.sql text
28+
*.csv text
29+
*.tab text
30+
*.tsv text
31+
*.txt text
32+
*.sql text
3333

3434
# Graphics
35-
*.png binary
36-
*.jpg binary
37-
*.jpeg binary
38-
*.gif binary
39-
*.tif binary
40-
*.tiff binary
41-
*.ico binary
35+
*.png binary
36+
*.jpg binary
37+
*.jpeg binary
38+
*.gif binary
39+
*.tif binary
40+
*.tiff binary
41+
*.ico binary
4242
# SVG treated as an asset (binary) by default.
43-
*.svg text
43+
*.svg text
4444
# If you want to treat it as binary,
4545
# use the following line instead.
4646
# *.svg binary
47-
*.eps binary
47+
*.eps binary
4848

4949
# Scripts
50-
*.bash text eol=lf
51-
*.fish text eol=lf
52-
*.sh text eol=lf
50+
*.bash text eol=lf
51+
*.fish text eol=lf
52+
*.sh text eol=lf
5353
# These are explicitly windows files and should use crlf
54-
*.bat text eol=crlf
55-
*.cmd text eol=crlf
56-
*.ps1 text eol=crlf
54+
*.bat text eol=crlf
55+
*.cmd text eol=crlf
56+
*.ps1 text eol=crlf
5757

5858
# Serialisation
59-
*.json text
60-
*.toml text
61-
*.xml text
62-
*.yaml text
63-
*.yml text
59+
*.json text
60+
*.toml text
61+
*.xml text
62+
*.yaml text
63+
*.yml text
6464

6565
# Archives
66-
*.7z binary
67-
*.gz binary
68-
*.tar binary
69-
*.tgz binary
70-
*.zip binary
66+
*.7z binary
67+
*.gz binary
68+
*.tar binary
69+
*.tgz binary
70+
*.zip binary
7171

7272
# Text files where line endings should be preserved
73-
*.patch -text
73+
*.patch -text
7474

7575
#
7676
# Exclude files from exporting
7777
#
7878

7979
.gitattributes export-ignore
80-
.gitignore export-ignore
80+
.gitignore export-ignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Links -->
2525

2626
<!-- Badges -->
27-
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
27+
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
2828
[meson-badge]: https://img.shields.io/badge/Meson-0.54.0-blueviolet.svg?style=flat-square
2929
[c-badge]: https://img.shields.io/badge/C-99-blue.svg?style=flat-square
3030
[build-status-badge]: https://github.com/thiago-rezende/lua/workflows/CI/badge.svg

0 commit comments

Comments
 (0)