abapGit/.editorconfig
Marc Bernard 200db87f49
Add format for *.abap (#3679)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-08-13 09:05:19 +02:00

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