Skip to content

Commit

Permalink
PROJECT_LANG_1.md [V1]
Browse files Browse the repository at this point in the history
Version 1 of the first project language file for this project.
  • Loading branch information
seanpm2001 authored Nov 20, 2022
1 parent 8271b97 commit 2ecaa68
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions PROJECT_LANG_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

***

# Project language file 1

## For seanpm2001:DeGoogle-your-Life/Stop-Googling--Why-you-should-stop-using-Google-Search

I chose Markdown as the first project language file for this project (seanpm2001:DeGoogle-your-Life/Stop-Googling--Why-you-should-stop-using-Google-Search) as this project is just documentation and an article set on DeGoogling from the usage of the Google search engine. It is getting its own project language file, starting here.

This is an instance in which I am using Markdown as a project language file, as I learned how to make the GitHub linguist recognize Markdown as a language. I found this out when snooping around on [Apple/Swift Evolution](https://github.com/apple/swift-evolution/blob/main/.gitattributes) if you want to do this yourself, simply add this to your `.gitattributes` file (if you haven't created one yet, make it now, do not add anything else to the file name but `.gitattributes`)

```gitattributes
*.md linguist-detectable=true
*.md linguist-documentation=false
*.md linguist-language=Markdown
```

Advanced version:

```gitattributes
# Markdown (*.md, *.mkd, *.mdown, *.markdown)
*.md linguist-detectable=true
*.md linguist-documentation=false
*.md linguist-language=Markdown
*.mkd linguist-detectable=true
*.mkd linguist-documentation=false
*.mkd linguist-language=Markdown
*.mdown linguist-detectable=true
*.mdown linguist-documentation=false
*.mdown linguist-language=Markdown
*.markdown linguist-detectable=true
*.markdown linguist-documentation=false
*.markdown linguist-language=Markdown
```

## File info

**File type:** `Markdown document (*.md, *.mkd, *.mdown, *.markdown)`

**File version:** `1 (2022, Saturday, November 19th at 11:37 pm PST)`

**Line count (including blank lines and compiler line):** `45`

***

0 comments on commit 2ecaa68

Please sign in to comment.