Re-configure LF eof in git

This commit is contained in:
Hugo Alliaume
2025-08-23 08:20:17 +02:00
parent 1de49076df
commit 7febc2c440
2 changed files with 7 additions and 0 deletions

View File

@@ -11,3 +11,9 @@ trim_trailing_whitespace = true
[*.{php,html,twig}]
indent_style = space
indent_size = 4
[*.md]
max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 0

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto eol=lf