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 cd83074 commit 5f940c3Copy full SHA for 5f940c3
.editorconfig
@@ -0,0 +1,19 @@
1
+; top-most EditorConfig file
2
+root = true
3
+
4
+; Unix-style newlines
5
+[*]
6
+charset = utf-8
7
+end_of_line = LF
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
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
0 commit comments