Skip to content

Commit

Permalink
Update .editorconfig (#4918)
Browse files Browse the repository at this point in the history
Add a few more settings to avoid issues with manual edits
  • Loading branch information
mbtools committed Aug 28, 2021
1 parent 0a3b4be commit df8d695
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .editorconfig
Expand Up @@ -5,10 +5,18 @@ root = true

# 1 space indentation for xml files
[*.xml]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 1

# match the format used by abapGit
[*.abap]
[*.{abap,js,json,html,css}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
indent_style = space

0 comments on commit df8d695

Please sign in to comment.