Browse code

Revert "Remote Progress"

This reverts commit 262479e87277a6e2c0628e9f3c49742e2c3595d6.

Benjamin Roth authored on09/12/2022 11:39:37
Showing1 changed files
... ...
@@ -9,7 +9,7 @@ end_of_line = lf
9 9
 insert_final_newline = true
10 10
 trim_trailing_whitespace = true
11 11
 
12
-[*.{php,twig,yml,html5}]
12
+[*.{php,twig,yml}]
13 13
 indent_style = space
14 14
 indent_size = 4
15 15
 
... ...
@@ -21,4 +21,4 @@ indent_style = tab
21 21
 
22 22
 [*/src/Resources/contao/**.html5]
23 23
 indent_style = space
24
-indent_size = 2
24
+indent_size = 2
25 25
\ No newline at end of file
Browse code

Remote Progress

Benjamin Roth authored on09/12/2022 11:34:22
Showing1 changed files
... ...
@@ -9,7 +9,7 @@ end_of_line = lf
9 9
 insert_final_newline = true
10 10
 trim_trailing_whitespace = true
11 11
 
12
-[*.{php,twig,yml}]
12
+[*.{php,twig,yml,html5}]
13 13
 indent_style = space
14 14
 indent_size = 4
15 15
 
... ...
@@ -21,4 +21,4 @@ indent_style = tab
21 21
 
22 22
 [*/src/Resources/contao/**.html5]
23 23
 indent_style = space
24
-indent_size = 2
25 24
\ No newline at end of file
25
+indent_size = 2
Browse code

Remote Progress

Benjamin Roth authored on09/12/2022 11:32:23
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
+
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+
12
+[*.{php,twig,yml}]
13
+indent_style = space
14
+indent_size = 4
15
+
16
+[*.{svg,min.css,min.js}]
17
+insert_final_newline = false
18
+
19
+[*/src/Resources/contao/**.{css,js,php}]
20
+indent_style = tab
21
+
22
+[*/src/Resources/contao/**.html5]
23
+indent_style = space
24
+indent_size = 2
0 25
\ No newline at end of file