Skip to content

Commit 95f3258

Browse files
authored
Create .editorconfig (#109)
1 parent 5fec867 commit 95f3258

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.editorconfig

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# 1 space indentation for abapGit xml files
7+
[*.xml]
8+
charset = utf-8
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
indent_style = space
13+
indent_size = 1
14+
15+
[*.{abap}]
16+
charset = utf-8
17+
end_of_line = lf
18+
insert_final_newline = true
19+
trim_trailing_whitespace = true
20+
indent_size = 2
21+
indent_style = space
22+
23+
# configs
24+
[*.{json,yaml,txt}]
25+
charset = utf-8
26+
end_of_line = lf
27+
insert_final_newline = true
28+
trim_trailing_whitespace = true
29+
indent_size = 2
30+
indent_style = space

0 commit comments

Comments
 (0)