We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de4907 commit 7febc2cCopy full SHA for 7febc2c
.editorconfig
@@ -11,3 +11,9 @@ trim_trailing_whitespace = true
11
[*.{php,html,twig}]
12
indent_style = space
13
indent_size = 4
14
+
15
+[*.md]
16
+max_line_length = 80
17
18
+[COMMIT_EDITMSG]
19
+max_line_length = 0
.gitattributes
@@ -0,0 +1 @@
1
+* text=auto eol=lf
0 commit comments