Skip to content

Commit

Permalink
add git config files
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Aug 1, 2024
1 parent ddd7edf commit f2f25c8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

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

[*.md]
trim_trailing_whitespace = false
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/pint.json export-ignore
/.editorconfig export-ignore
/.github export-ignore
/art export-ignore

0 comments on commit f2f25c8

Please sign in to comment.