mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Add format for *.abap (#3679)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
36248e8a83
commit
200db87f49
|
@ -7,3 +7,8 @@ root = true
|
||||||
[*.xml]
|
[*.xml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 1
|
indent_size = 1
|
||||||
|
|
||||||
|
# match the format used by abapGit
|
||||||
|
[*.abap]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user