Skip to content

Commit 7febc2c

Browse files
committed
Re-configure LF eof in git
1 parent 1de4907 commit 7febc2c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ trim_trailing_whitespace = true
1111
[*.{php,html,twig}]
1212
indent_style = space
1313
indent_size = 4
14+
15+
[*.md]
16+
max_line_length = 80
17+
18+
[COMMIT_EDITMSG]
19+
max_line_length = 0

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)