mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
15 lines
254 B
INI
15 lines
254 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# 1 space indentation for xml files
|
|
[*.xml]
|
|
indent_style = space
|
|
indent_size = 1
|
|
|
|
# match the format used by abapGit
|
|
[*.abap]
|
|
charset = utf-8
|
|
end_of_line = lf
|