Skip to content

Commit

Permalink
Metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Oct 20, 2024
1 parent 2690bd5 commit 612008b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# EditorConfig is awesome: https://EditorConfig.org
# https://editorconfig.org

# top-most EditorConfig file
root = true

[*]
Expand Down
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://git-scm.com/docs/gitattributes

# Auto detect text files and perform LF normalization
* text=auto eol=lf

# Collapse generated and vendored files on GitHub
*.lock linguist-generated=true merge=ours

# Reduce conflicts on markdown files
*.md merge=union
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://git-scm.com/docs/gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Léo Colombaro
Copyright (c) 2023-present Léo Colombaro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 612008b

Please sign in to comment.