Skip to content

Commit

Permalink
Fix indentatie
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaelbrecht committed Oct 8, 2024
1 parent 709b8e5 commit 1acc7f4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true

[*.{yml,yaml}]
indent_size = 2
13 changes: 13 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md

config:
line-length: false
link-fragments: false
list-marker-space: false # https://github.com/prettier/prettier/issues/5019
no-alt-text: false
no-bare-urls: false
no-inline-html: false
no-trailing-punctuation: false
ul-indent:
indent: 4
gitignore: true
10 changes: 5 additions & 5 deletions docs/ssh-sleutel-instellen.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Als je met meerdere personen samenwerkt aan een project, dan zal je de code in e

Bij voorkeur gebruik je hiervoor authenticatie op basis van een SSH-sleutel. Hiervoor moet je een SSH-sleutel genereren en de publieke sleutel toevoegen aan je Github-account. Volg hiervoor de volgende tutorials:

- [Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
- Mocht je reeds een SSH-sleutel hebben in de map `~/.ssh/` (`~` is de home-directory van jouw gebruiker), dan kan je deze hergebruiken.
- Je kan ook aparte SSH-sleutel genereren voor verschillende accounts of repositories.
- [Adding a new SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
- [Testing your SSH connection](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection)
- [Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
- Mocht je reeds een SSH-sleutel hebben in de map `~/.ssh/` (`~` is de home-directory van jouw gebruiker), dan kan je deze hergebruiken.
- Je kan ook aparte SSH-sleutel genereren voor verschillende accounts of repositories.
- [Adding a new SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
- [Testing your SSH connection](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection)

0 comments on commit 1acc7f4

Please sign in to comment.