Skip to content

Commit 0bcbe5e

Browse files
author
Julian Bennecker
committed
Add editorconfig
1 parent 75ee6d4 commit 0bcbe5e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at https://editorconfig.org
3+
root = true
4+
5+
[*]
6+
indent_style = tab
7+
indent_size = 4
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.bat]
13+
end_of_line = crlf
14+
15+
[*.yml]
16+
indent_style = space
17+
indent_size = 2
18+
19+
[*.md]
20+
indent_style = space
21+
22+
[*.twig]
23+
insert_final_newline = false

0 commit comments

Comments
 (0)