Skip to content

Commit bd4f867

Browse files
authored
Create .editorconfig
1 parent 6ee525a commit bd4f867

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# 1 space indentation for 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+
# match the format used by abapGit
16+
[*.{abap,js,json,html,css}]
17+
charset = utf-8
18+
end_of_line = lf
19+
insert_final_newline = true
20+
trim_trailing_whitespace = true
21+
indent_size = 2
22+
indent_style = space

0 commit comments

Comments
 (0)