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 631406b commit 4acc950Copy full SHA for 4acc950
.editorconfig
@@ -0,0 +1,17 @@
1
+# Drupal editor configuration normalization
2
+# @see http://editorconfig.org/
3
+
4
+# This is the top-most .editorconfig file; do not search in parent directories.
5
+root = true
6
7
+# All files.
8
+[*]
9
+end_of_line = LF
10
+indent_style = space
11
+indent_size = 2
12
+charset = utf-8
13
+trim_trailing_whitespace = true
14
+insert_final_newline = true
15
16
+[{composer.json,composer.lock}]
17
+indent_size = 4
0 commit comments