Browse code

Update

Benjamin Roth authored on06/08/2023 17:38:02
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,json}]
13 13
 indent_style = space
14 14
 indent_size = 4
15 15
 
Browse code

Initial commit

Benjamin Roth authored on05/08/2023 16:09:47
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
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
+[*.{html5,svg,min.css,min.js}]
17
+insert_final_newline = false