mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Update .editorconfig (#4918)
Add a few more settings to avoid issues with manual edits
This commit is contained in:
parent
0a3b4be16b
commit
df8d69526d
|
@ -5,10 +5,18 @@ root = true
|
||||||
|
|
||||||
# 1 space indentation for xml files
|
# 1 space indentation for xml files
|
||||||
[*.xml]
|
[*.xml]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 1
|
indent_size = 1
|
||||||
|
|
||||||
# match the format used by abapGit
|
# match the format used by abapGit
|
||||||
[*.abap]
|
[*.{abap,js,json,html,css}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
Loading…
Reference in New Issue
Block a user