We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fec867 commit 95f3258Copy full SHA for 95f3258
.editorconfig
@@ -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
17
18
19
20
+indent_size = 2
21
22
23
+# configs
24
+[*.{json,yaml,txt}]
25
26
27
28
29
30
0 commit comments