Skip to content

Commit

Permalink
PROJECT_LANG_1_V1.markdown
Browse files Browse the repository at this point in the history
An archive of the first version of the first project language file for this project.
  • Loading branch information
seanpm2001 committed Jan 27, 2022
1 parent 264574c commit d199901
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions OldVersions/PROJECT_LANGUAGE/Markdown/PROJECT_LANG_1_V1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

***

# Project language file 1

## For Seanpm2001/Camera-privacy-specification

The project language file for this project is Markdown, as this project (Seanpm2001/Camera-privacy-specification) focuses directly on content written in Markdown.

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
```

Advanced version:

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

## File info

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

**File version:** `1 (Wednesday, 2022 January 26th at 4:34 pm)`

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

***

0 comments on commit d199901

Please sign in to comment.